WorkflowControlEndpoint Konstruktoren

Definition

Initialisiert eine neue Instanz der WorkflowControlEndpoint-Klasse.

Überlädt

WorkflowControlEndpoint()

Initialisiert eine neue Instanz der WorkflowControlEndpoint-Klasse.

WorkflowControlEndpoint(Binding, EndpointAddress)

Initialisiert eine neue Instanz der WorkflowControlEndpoint-Klasse mit der angegebenen Bindung und dem angegebenen EndpointAddress.

WorkflowControlEndpoint()

Initialisiert eine neue Instanz der WorkflowControlEndpoint-Klasse.

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

Gilt für

WorkflowControlEndpoint(Binding, EndpointAddress)

Initialisiert eine neue Instanz der WorkflowControlEndpoint-Klasse mit der angegebenen Bindung und dem angegebenen 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)

Parameter

binding
Binding

Die Bindung.

address
EndpointAddress

Die Endpunktadresse.

Gilt für