Aracılığıyla paylaş


WorkflowHostingEndpoint Oluşturucular

Tanım

WorkflowHostingEndpoint sınıfının yeni bir örneğini oluşturur.

Aşırı Yüklemeler

WorkflowHostingEndpoint(Type)

Belirtilen sözleşme türüyle WorkflowHostingEndpoint sınıfının yeni bir örneğini oluşturur.

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Belirtilen sözleşme türü, bağlama ve uç nokta adresiyle sınıfının yeni bir örneğini WorkflowHostingEndpoint oluşturur.

WorkflowHostingEndpoint(Type)

Belirtilen sözleşme türüyle WorkflowHostingEndpoint sınıfının yeni bir örneğini oluşturur.

protected:
 WorkflowHostingEndpoint(Type ^ contractType);
protected WorkflowHostingEndpoint (Type contractType);
new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type -> System.ServiceModel.Activities.WorkflowHostingEndpoint
Protected Sub New (contractType As Type)

Parametreler

contractType
Type

İş akışı barındırma işlemi için temel ileti değişimi desenlerini tanımlayan sözleşme türü.

Şunlara uygulanır

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Belirtilen sözleşme türü, bağlama ve uç nokta adresiyle sınıfının yeni bir örneğini WorkflowHostingEndpoint oluşturur.

protected:
 WorkflowHostingEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
protected WorkflowHostingEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type * System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowHostingEndpoint
Protected Sub New (contractType As Type, binding As Binding, address As EndpointAddress)

Parametreler

contractType
Type

Uç nokta için hizmet sözleşmesi.

binding
Binding

Uç noktanın bağlaması.

address
EndpointAddress

Uç noktanın adresi.

Şunlara uygulanır