次の方法で共有


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

エンドポイント アドレス。

適用対象