Udostępnij za pośrednictwem


WorkflowHostingEndpoint Konstruktory

Definicja

Tworzy nowe wystąpienie klasy WorkflowHostingEndpoint.

Przeciążenia

WorkflowHostingEndpoint(Type)

Tworzy nowe wystąpienie WorkflowHostingEndpoint klasy o określonym typie kontraktu.

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Tworzy nowe wystąpienie klasy z określonym typem kontraktu WorkflowHostingEndpoint , powiązaniem i adresem punktu końcowego.

WorkflowHostingEndpoint(Type)

Tworzy nowe wystąpienie WorkflowHostingEndpoint klasy o określonym typie kontraktu.

protected:
 WorkflowHostingEndpoint(Type ^ contractType);
protected WorkflowHostingEndpoint (Type contractType);
new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type -> System.ServiceModel.Activities.WorkflowHostingEndpoint
Protected Sub New (contractType As Type)

Parametry

contractType
Type

Typ kontraktu definiujące podstawowe wzorce wymiany komunikatów dla operacji hostingu przepływu pracy.

Dotyczy

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Tworzy nowe wystąpienie klasy z określonym typem kontraktu WorkflowHostingEndpoint , powiązaniem i adresem punktu końcowego.

protected:
 WorkflowHostingEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
protected WorkflowHostingEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type * System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowHostingEndpoint
Protected Sub New (contractType As Type, binding As Binding, address As EndpointAddress)

Parametry

contractType
Type

Kontrakt usługi dla punktu końcowego.

binding
Binding

Powiązanie punktu końcowego.

address
EndpointAddress

Adres punktu końcowego.

Dotyczy