DevForce Help Reference
CreateDescription Method (EntityServerHost)


The IDictionary that contains the System.ServiceModel.Description.ContractDescription objects for the service.
When implemented in a derived class, creates the description of the hosted service.
Syntax
'Declaration
 
Protected Overrides Function CreateDescription( _
   ByRef implementedContracts As IDictionary(Of String,ContractDescription) _
) As ServiceDescription
'Usage
 
Dim instance As EntityServerHost
Dim implementedContracts As IDictionary(Of String,ContractDescription)
Dim value As ServiceDescription
 
value = instance.CreateDescription(implementedContracts)

Parameters

implementedContracts
The IDictionary that contains the System.ServiceModel.Description.ContractDescription objects for the service.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityServerHost Class
EntityServerHost Members

Send Feedback