ServiceDomain.Enter Method
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration Public Shared Sub Enter ( _ cfg As ServiceConfig _ ) 'Usage Dim cfg As ServiceConfig ServiceDomain.Enter(cfg)
public static void Enter ( ServiceConfig cfg )
public static function Enter ( cfg : ServiceConfig )
Parameters
- cfg
A ServiceConfig that contains the configuration information for the services to be used within the enclosed code.
Enter first creates a context configured as specified by the ServiceConfig object that is passed as the cfg parameter. Policies on both the client and server sides are then triggered as if a method call had occurred. The new context is then pushed onto a context stack and becomes the current context. Because of their efficient design and because no thread marshaling is involved, using Enter and Leave involves significantly reduced overhead compared to an equivalent method call.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.