WorkflowServiceHost.CreateDescription メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アドレス、バインディング、コントラクト、および動作のサービス エンドポイント情報の指定されたキー/値ペア コレクションを使用して、ホストされているワークフロー サービスのサービスの説明を作成します。
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>
ホストされているワークフロー サービスのコントラクトの説明を含むキーと値のペアのコレクション。
返品
ホストされているワークフロー サービスのサービス。
注釈
ホストされているワークフロー サービスのサービスの説明を作成する方法を制御するには、このメソッドをオーバーライドします。