WorkflowServiceHost::CreateDescription Method (IDictionary<String^, ContractDescription^>^%)
.NET Framework (current version)
Creates a service description of the hosted workflow service using the specified key/value pair collection of address, binding, contract and behavior service endpoint information.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
protected: virtual ServiceDescription^ CreateDescription( [OutAttribute] IDictionary<String^, ContractDescription^>^% implementedContracts ) override
Parameters
- implementedContracts
-
Type:
System.Collections.Generic::IDictionary<String^, ContractDescription^>^%
A collection of key/value pairs that contains the contract description for the hosted workflow service.
Return Value
Type: System.ServiceModel.Description::ServiceDescription^A service for the hosted workflow service.
Override this method to control how the service description of the hosted workflow service is created.
.NET Framework
Available since 4.0
Available since 4.0
Show: