Langue

WorkflowUpdateableControlClient Constructeurs

Définition

Initialise une nouvelle instance de la classe WorkflowUpdateableControlClient.

Surcharges

WorkflowUpdateableControlClient()

Initialise une nouvelle instance de la classe WorkflowUpdateableControlClient.

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

S’applique à

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

Initialise une nouvelle instance de la classe 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)

Paramètres

workflowEndpoint
WorkflowControlEndpoint

Point de terminaison de contrôle de flux de travail.

S’applique à

WorkflowUpdateableControlClient(String)

Initialise une nouvelle instance de la classe 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)

Paramètres

endpointConfigurationName
String

Configuration à utiliser.

S’applique à

WorkflowUpdateableControlClient(Binding, EndpointAddress)

Initialise une nouvelle instance de la classe 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)

Paramètres

binding
Binding

Liaison.

remoteAddress
EndpointAddress

Adresse du point de terminaison.

S’applique à

WorkflowUpdateableControlClient(String, EndpointAddress)

Initialise une nouvelle instance de la classe 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)

Paramètres

endpointConfigurationName
String

Configuration à utiliser.

remoteAddress
EndpointAddress

Adresse du point de terminaison.

S’applique à

WorkflowUpdateableControlClient(String, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

endpointConfigurationName
String

Configuration à utiliser.

remoteAddress
String

Adresse du point de terminaison.

S’applique à