WorkflowUpdateableControlClient Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
Přetížení
WorkflowUpdateableControlClient() |
Inicializuje novou instanci WorkflowUpdateableControlClient třídy. |
WorkflowUpdateableControlClient(WorkflowControlEndpoint) |
Inicializuje novou instanci WorkflowUpdateableControlClient třídy. |
WorkflowUpdateableControlClient(String) |
Inicializuje novou instanci WorkflowUpdateableControlClient třídy. |
WorkflowUpdateableControlClient(Binding, EndpointAddress) |
Inicializuje novou instanci WorkflowUpdateableControlClient třídy. |
WorkflowUpdateableControlClient(String, EndpointAddress) |
Inicializuje novou instanci WorkflowUpdateableControlClient třídy. |
WorkflowUpdateableControlClient(String, String) |
Inicializuje novou instanci WorkflowUpdateableControlClient třídy. |
WorkflowUpdateableControlClient()
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
public:
WorkflowUpdateableControlClient();
public WorkflowUpdateableControlClient ();
Public Sub New ()
Platí pro
WorkflowUpdateableControlClient(WorkflowControlEndpoint)
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
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
Koncový bod řízení pracovního postupu
Platí pro
WorkflowUpdateableControlClient(String)
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
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
Konfigurace, která se má použít.
Platí pro
WorkflowUpdateableControlClient(Binding, EndpointAddress)
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
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
Vazba.
- remoteAddress
- EndpointAddress
Adresa koncového bodu.
Platí pro
WorkflowUpdateableControlClient(String, EndpointAddress)
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
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
Konfigurace, která se má použít.
- remoteAddress
- EndpointAddress
Adresa koncového bodu.
Platí pro
WorkflowUpdateableControlClient(String, String)
Inicializuje novou instanci WorkflowUpdateableControlClient třídy.
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
Konfigurace, která se má použít.
- remoteAddress
- String
Adresa koncového bodu.