IdeaBlade DevForce 2010 Help Reference
AddMexEndpoint Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > RemoteServiceFns Class : AddMexEndpoint Method



host
Add a MEX endpoint to the service.

Syntax

Visual Basic (Declaration) 
Public Shared Function AddMexEndpoint( _
   ByVal host As ServiceHost _
) As ServiceEndpoint
Visual Basic (Usage)Copy Code
Dim host As ServiceHost
Dim value As ServiceEndpoint
 
value = RemoteServiceFns.AddMexEndpoint(host)
C# 
public static ServiceEndpoint AddMexEndpoint( 
   ServiceHost host
)
C++/CLI 
public:
static ServiceEndpoint^ AddMexEndpoint( 
   ServiceHost^ host
) 

Parameters

host

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.