共用方式為


WorkflowHostingEndpoint 建構函式

定義

建立 WorkflowHostingEndpoint 類別的新執行個體。

多載

WorkflowHostingEndpoint(Type)

使用指定的合約型別,建立 WorkflowHostingEndpoint 類別的新執行個體。

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

使用指定的合約型別、繫結與端點位址,建立 WorkflowHostingEndpoint 類別的新執行個體。

WorkflowHostingEndpoint(Type)

使用指定的合約型別,建立 WorkflowHostingEndpoint 類別的新執行個體。

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

參數

contractType
Type

合約型別,這個型別會定義工作流程裝載作業的基本訊息交換模式。

適用於

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

使用指定的合約型別、繫結與端點位址,建立 WorkflowHostingEndpoint 類別的新執行個體。

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)

參數

contractType
Type

端點的服務合約。

binding
Binding

端點的繫結。

address
EndpointAddress

端點的位址。

適用於