WorkflowUpdateableControlClient Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
Überlädt
WorkflowUpdateableControlClient() |
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse. |
WorkflowUpdateableControlClient(WorkflowControlEndpoint) |
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse. |
WorkflowUpdateableControlClient(String) |
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse. |
WorkflowUpdateableControlClient(Binding, EndpointAddress) |
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse. |
WorkflowUpdateableControlClient(String, EndpointAddress) |
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse. |
WorkflowUpdateableControlClient(String, String) |
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse. |
WorkflowUpdateableControlClient()
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
public:
WorkflowUpdateableControlClient();
public WorkflowUpdateableControlClient ();
Public Sub New ()
Gilt für:
WorkflowUpdateableControlClient(WorkflowControlEndpoint)
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
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)
Parameter
- workflowEndpoint
- WorkflowControlEndpoint
Der Workflowsteuerungsendpunkt.
Gilt für:
WorkflowUpdateableControlClient(String)
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
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)
Parameter
- endpointConfigurationName
- String
Die zu verwendende Konfiguration.
Gilt für:
WorkflowUpdateableControlClient(Binding, EndpointAddress)
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
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)
Parameter
- binding
- Binding
Die Bindung.
- remoteAddress
- EndpointAddress
Die Endpunktadresse.
Gilt für:
WorkflowUpdateableControlClient(String, EndpointAddress)
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
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)
Parameter
- endpointConfigurationName
- String
Die zu verwendende Konfiguration.
- remoteAddress
- EndpointAddress
Die Endpunktadresse.
Gilt für:
WorkflowUpdateableControlClient(String, String)
Initialisiert eine neue Instanz der WorkflowUpdateableControlClient-Klasse.
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)
Parameter
- endpointConfigurationName
- String
Die zu verwendende Konfiguration.
- remoteAddress
- String
Die Endpunktadresse.