Udostępnij za pośrednictwem


WorkflowControlEndpoint Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WorkflowControlEndpoint.

Przeciążenia

WorkflowControlEndpoint()

Inicjuje nowe wystąpienie klasy WorkflowControlEndpoint.

WorkflowControlEndpoint(Binding, EndpointAddress)

Inicjuje nowe wystąpienie WorkflowControlEndpoint klasy z określonym powiązaniem i EndpointAddress .

WorkflowControlEndpoint()

Inicjuje nowe wystąpienie klasy WorkflowControlEndpoint.

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

Dotyczy

WorkflowControlEndpoint(Binding, EndpointAddress)

Inicjuje nowe wystąpienie WorkflowControlEndpoint klasy z określonym powiązaniem i EndpointAddress .

public:
 WorkflowControlEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
public WorkflowControlEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Activities.WorkflowControlEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowControlEndpoint
Public Sub New (binding As Binding, address As EndpointAddress)

Parametry

binding
Binding

Powiązanie.

address
EndpointAddress

Adres punktu końcowego.

Dotyczy