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
终结点地址。