Transaction.Dispose (bool)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Transaction.Dispose (bool)
The Dispose(Boolean) method destroys this transaction and releases all unmanaged resources as well as optionally releasing all managed resources.
Syntax
protected void Dispose(
bool disposing
);
Syntax
Protected Sub Dispose( _
ByVal disposing As bool _
)
Parameters
- disposing
If true, managed resources as well as unmanaged resources are released; if false, 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 Communications Server 2007 R2.
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)