Udostępnij za pośrednictwem


WorkflowUpdateableControlClient Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

Przeciążenia

WorkflowUpdateableControlClient()

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

WorkflowUpdateableControlClient(String)

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

WorkflowUpdateableControlClient(Binding, EndpointAddress)

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

WorkflowUpdateableControlClient(String, EndpointAddress)

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

WorkflowUpdateableControlClient(String, String)

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

WorkflowUpdateableControlClient()

Inicjuje nowe wystąpienie klasy WorkflowUpdateableControlClient.

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

Dotyczy

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

Inicjuje nowe wystąpienie klasy 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)

Parametry

workflowEndpoint
WorkflowControlEndpoint

Punkt końcowy kontroli przepływu pracy.

Dotyczy

WorkflowUpdateableControlClient(String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

endpointConfigurationName
String

Konfiguracja do użycia.

Dotyczy

WorkflowUpdateableControlClient(Binding, EndpointAddress)

Inicjuje nowe wystąpienie klasy 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)

Parametry

binding
Binding

Powiązanie.

remoteAddress
EndpointAddress

Adres punktu końcowego.

Dotyczy

WorkflowUpdateableControlClient(String, EndpointAddress)

Inicjuje nowe wystąpienie klasy 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)

Parametry

endpointConfigurationName
String

Konfiguracja do użycia.

remoteAddress
EndpointAddress

Adres punktu końcowego.

Dotyczy

WorkflowUpdateableControlClient(String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

endpointConfigurationName
String

Konfiguracja do użycia.

remoteAddress
String

Adres punktu końcowego.

Dotyczy