共用方式為


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

工作流程服務的 ServiceDescription

適用於