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>
包含所承载工作流服务的协定说明的键/值对集合。
返回
与所承载的工作流服务对应的服务。
注解
重写此方法可控制创建所承载工作流服务的服务说明的方式。