Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceHost::CreateDescription Method (IDictionary<String^, ContractDescription^>^%)

 

Creates a description of the service hosted.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
virtual ServiceDescription^ CreateDescription(
	[OutAttribute] IDictionary<String^, ContractDescription^>^% implementedContracts
) override

Parameters

implementedContracts
Type: System.Collections.Generic::IDictionary<String^, ContractDescription^>^%

The IDictionary<TKey, TValue> with key pairs of type (String, ContractDescription) that contains the keyed-contracts of the hosted service that have been implemented.

Exception Condition
InvalidOperationException

The type of service hosted is null.

This method is used to construct contract descriptions from customized programming models. Override the corresponding base class method, CreateDescription(IDictionary<String^, ContractDescription^>^%), to implement the customized model.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft