ServerAgent.Dispose(bool) method
Microsoft Office Live Communications Server 2005 with SP1 |
ServerAgent.Dispose (bool)
The Dispose(Boolean) method destroys this transaction and releases all unmanaged resources as well as optionally releasing all managed resources.
[C#] protected void Dispose( bool disposing );
[Visual Basic .NET] Protected Sub Dispose( _ ByVal disposing As bool _ )
Parameters
- disposing
Iftrue
, managed resources as well as unmanaged resources are released; iffalse
, only unmanaged resources are disposed.
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 Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |