ServiceDomain.Leave Method
.NET Framework 2.0
Triggers the server and then the client side policies as if a method call were returning. The current context is then popped from the context stack, and the context that was running when Enter was called becomes the current context.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration Public Shared Function Leave As TransactionStatus 'Usage Dim returnValue As TransactionStatus returnValue = ServiceDomain.Leave
public static TransactionStatus Leave ()
public static function Leave () : TransactionStatus
Return Value
One of the TransactionStatus values.| Exception type | Condition |
|---|---|
| ServiceConfig is not supported on the current platform. |
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.
Community Additions
ADD
Show: