WorkflowHostingEndpoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
エンドポイントのアドレス。