WorkflowUpdateableControlClient Constructors

Definition

Initializes a new instance of the WorkflowUpdateableControlClient class.

Overloads

WorkflowUpdateableControlClient()

Initializes a new instance of the WorkflowUpdateableControlClient class.

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

Initializes a new instance of the WorkflowUpdateableControlClient class.

WorkflowUpdateableControlClient(String)

Initializes a new instance of the WorkflowUpdateableControlClient class.

WorkflowUpdateableControlClient(Binding, EndpointAddress)

Initializes a new instance of the WorkflowUpdateableControlClient class.

WorkflowUpdateableControlClient(String, EndpointAddress)

Initializes a new instance of the WorkflowUpdateableControlClient class.

WorkflowUpdateableControlClient(String, String)

Initializes a new instance of the WorkflowUpdateableControlClient class.

WorkflowUpdateableControlClient()

Initializes a new instance of the WorkflowUpdateableControlClient class.

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

Applies to

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

Initializes a new instance of the WorkflowUpdateableControlClient class.

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)

Parameters

workflowEndpoint
WorkflowControlEndpoint

The workflow control endpoint.

Applies to

WorkflowUpdateableControlClient(String)

Initializes a new instance of the WorkflowUpdateableControlClient class.

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)

Parameters

endpointConfigurationName
String

The configuration to use.

Applies to

WorkflowUpdateableControlClient(Binding, EndpointAddress)

Initializes a new instance of the WorkflowUpdateableControlClient class.

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)

Parameters

binding
Binding

The binding.

remoteAddress
EndpointAddress

The endpoint address.

Applies to

WorkflowUpdateableControlClient(String, EndpointAddress)

Initializes a new instance of the WorkflowUpdateableControlClient class.

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)

Parameters

endpointConfigurationName
String

The configuration to use.

remoteAddress
EndpointAddress

The endpoint address.

Applies to

WorkflowUpdateableControlClient(String, String)

Initializes a new instance of the WorkflowUpdateableControlClient class.

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)

Parameters

endpointConfigurationName
String

The configuration to use.

remoteAddress
String

The endpoint address.

Applies to