WorkflowUpdateableControlClient 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
端點位址。