DevForce Help Reference
OnEndpointCreated Method (EntityServiceHost)


Calls ServiceHostEvents.OnEndpointCreated.
Syntax
'Declaration
 
Protected Overridable Sub OnEndpointCreated( _
   ByVal endpoint As ServiceEndpoint _
) 
'Usage
 
Dim instance As EntityServiceHost
Dim endpoint As ServiceEndpoint
 
instance.OnEndpointCreated(endpoint)
protected virtual void OnEndpointCreated( 
   ServiceEndpoint endpoint
)

Parameters

endpoint
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

EntityServiceHost Class
EntityServiceHost Members

Send Feedback