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>

このメソッドが戻る際、IDictionary<TKey,TValue> オブジェクトには、実装された、ホストされているサービスのキー付きコントラクトが格納されます。

戻り値

ワークフロー サービスの ServiceDescription

適用対象