ServiceHost.CreateDescription Method

Definition

Creates a description of the service hosted.

C#
protected override System.ServiceModel.Description.ServiceDescription CreateDescription(out System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> implementedContracts);

Parameters

implementedContracts
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.

Returns

A ServiceDescription of the hosted service.

Exceptions

The type of service hosted is null.

Remarks

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.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1