次の方法で共有


WorkflowHostingEndpoint コンストラクター

定義

WorkflowHostingEndpoint クラスの新しいインスタンスを作成します。

オーバーロード

WorkflowHostingEndpoint(Type)

指定したコントラクト型を使用して WorkflowHostingEndpoint クラスの新しいインスタンスを作成します。

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

指定したコントラクト型、バインド、およびエンドポイント アドレスを使用して、WorkflowHostingEndpoint クラスの新しいインスタンスを作成します。

WorkflowHostingEndpoint(Type)

指定したコントラクト型を使用して WorkflowHostingEndpoint クラスの新しいインスタンスを作成します。

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

パラメーター

contractType
Type

ワークフローのホスティング操作の基本的なメッセージ交換パターンを定義するコントラクトの型。

適用対象

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

指定したコントラクト型、バインド、およびエンドポイント アドレスを使用して、WorkflowHostingEndpoint クラスの新しいインスタンスを作成します。

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)

パラメーター

contractType
Type

エンドポイントのサービス コントラクト。

binding
Binding

エンドポイントのバインド。

address
EndpointAddress

エンドポイントのアドレス。

適用対象