DevForce Help Reference
CreateHostCore Method (EntityServiceHostFactory)


Creates the host.
Syntax
'Declaration
 
Protected Overridable Function CreateHostCore( _
   ByVal serviceType As Type, _
   ByVal baseAddresses() As Uri _
) As ServiceHost
'Usage
 
Dim instance As EntityServiceHostFactory
Dim serviceType As Type
Dim baseAddresses() As Uri
Dim value As ServiceHost
 
value = instance.CreateHostCore(serviceType, baseAddresses)
protected virtual ServiceHost CreateHostCore( 
   Type serviceType,
   Uri[] baseAddresses
)

Parameters

serviceType
baseAddresses
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

EntityServiceHostFactory Class
EntityServiceHostFactory Members

Send Feedback