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>
索引鍵/值組的集合,其中包含裝載之工作流程服務的合約描述。
傳回
裝載之工作流程服務的服務。
備註
您可以覆寫這個方法,以便控制如何建立裝載之工作流程服務的合約描述。