共用方式為


WorkflowControlEndpoint 建構函式

定義

初始化 WorkflowControlEndpoint 類別的新執行個體。

多載

WorkflowControlEndpoint()

初始化 WorkflowControlEndpoint 類別的新執行個體。

WorkflowControlEndpoint(Binding, EndpointAddress)

使用指定的繫結及 WorkflowControlEndpoint,初始化 EndpointAddress 類別的新執行個體。

WorkflowControlEndpoint()

初始化 WorkflowControlEndpoint 類別的新執行個體。

public:
 WorkflowControlEndpoint();
public WorkflowControlEndpoint ();
Public Sub New ()

適用於

WorkflowControlEndpoint(Binding, EndpointAddress)

使用指定的繫結及 WorkflowControlEndpoint,初始化 EndpointAddress 類別的新執行個體。

public:
 WorkflowControlEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
public WorkflowControlEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Activities.WorkflowControlEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowControlEndpoint
Public Sub New (binding As Binding, address As EndpointAddress)

參數

binding
Binding

繫結。

address
EndpointAddress

端點位址。

適用於