ServerAgent.Dispose (bool)
The Dispose(Boolean) method destroys this transaction and releases all unmanaged resources as well as optionally releasing all managed resources.
Syntax
[C#]
Copy Code | |
---|---|
protected void Dispose( bool disposing ); |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Protected Sub Dispose( _ ByVal disposing As bool _ ) |
Parameters
Return Values
This method has no return values.
Remarks
If a wait handle was retrieved from the server agent, do not use it; this method invalidates it.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)