WorkflowUpdateableControlClient コンストラクター

定義

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

オーバーロード

WorkflowUpdateableControlClient()

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

WorkflowUpdateableControlClient(String)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

WorkflowUpdateableControlClient(Binding, EndpointAddress)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

WorkflowUpdateableControlClient(String, EndpointAddress)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

WorkflowUpdateableControlClient(String, String)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

WorkflowUpdateableControlClient()

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

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

適用対象

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

public:
 WorkflowUpdateableControlClient(System::ServiceModel::Activities::WorkflowControlEndpoint ^ workflowEndpoint);
public WorkflowUpdateableControlClient (System.ServiceModel.Activities.WorkflowControlEndpoint workflowEndpoint);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : System.ServiceModel.Activities.WorkflowControlEndpoint -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (workflowEndpoint As WorkflowControlEndpoint)

パラメーター

workflowEndpoint
WorkflowControlEndpoint

ワークフロー コントロール エンドポイント。

適用対象

WorkflowUpdateableControlClient(String)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

public:
 WorkflowUpdateableControlClient(System::String ^ endpointConfigurationName);
public WorkflowUpdateableControlClient (string endpointConfigurationName);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : string -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (endpointConfigurationName As String)

パラメーター

endpointConfigurationName
String

使用する構成。

適用対象

WorkflowUpdateableControlClient(Binding, EndpointAddress)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

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

パラメーター

binding
Binding

バインディング。

remoteAddress
EndpointAddress

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

適用対象

WorkflowUpdateableControlClient(String, EndpointAddress)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

public:
 WorkflowUpdateableControlClient(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WorkflowUpdateableControlClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : string * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)

パラメーター

endpointConfigurationName
String

使用する構成。

remoteAddress
EndpointAddress

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

適用対象

WorkflowUpdateableControlClient(String, String)

WorkflowUpdateableControlClient クラスの新しいインスタンスを初期化します。

public:
 WorkflowUpdateableControlClient(System::String ^ endpointConfigurationName, System::String ^ remoteAddress);
public WorkflowUpdateableControlClient (string endpointConfigurationName, string remoteAddress);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : string * string -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (endpointConfigurationName As String, remoteAddress As String)

パラメーター

endpointConfigurationName
String

使用する構成。

remoteAddress
String

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

適用対象