WorkflowHostingEndpoint Konstruktory

Definice

Vytvoří novou instanci třídy WorkflowHostingEndpoint.

Přetížení

WorkflowHostingEndpoint(Type)

Vytvoří novou instanci WorkflowHostingEndpoint třídy se zadaným typem kontraktu.

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Vytvoří novou instanci třídy se zadaným typem kontraktu WorkflowHostingEndpoint , vazbou a adresou koncového bodu.

WorkflowHostingEndpoint(Type)

Vytvoří novou instanci WorkflowHostingEndpoint třídy se zadaným typem 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, který definuje základní vzory výměny zpráv pro operaci hostování pracovního postupu.

Platí pro

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Vytvoří novou instanci třídy se zadaným typem kontraktu WorkflowHostingEndpoint , vazbou a adresou koncového bodu.

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 služby pro koncový bod.

binding
Binding

Vazba koncového bodu.

address
EndpointAddress

Adresa koncového bodu.

Platí pro