WorkflowServiceHost.CreateDescription メソッド

定義

アドレス、バインディング、コントラクト、および動作のサービス エンドポイント情報の指定されたキー/値ペア コレクションを使用して、ホストされているワークフロー サービスのサービスの説明を作成します。

protected:
 override System::ServiceModel::Description::ServiceDescription ^ CreateDescription([Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ % implementedContracts);
protected override System.ServiceModel.Description.ServiceDescription CreateDescription(out System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> implementedContracts);
override this.CreateDescription : IDictionary -> System.ServiceModel.Description.ServiceDescription
Protected Overrides Function CreateDescription (ByRef implementedContracts As IDictionary(Of String, ContractDescription)) As ServiceDescription

パラメーター

implementedContracts
IDictionary<String,ContractDescription>

ホストされているワークフロー サービスのコントラクトの説明を含むキーと値のペアのコレクション。

返品

ホストされているワークフロー サービスのサービス。

注釈

ホストされているワークフロー サービスのサービスの説明を作成する方法を制御するには、このメソッドをオーバーライドします。

適用対象