Transaction.Close
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.Close
The Close method releases all resources associated with the transaction.
Syntax
protected void Close();
Syntax
Protected Sub Close()
Parameters
This method has no parameters.
Return Values
This method has no return values.
Remarks
The base implementation of this method calls Transaction.Dispose () to clean up all resources associated with the transaction. If it is a ServerTransaction, this includes all branching ClientTransaction. Overriding this method in a derived class allows for specific post-transaction processing, if appropriate.
Requirements
Redistributable: Requires Microsoft Office Communications Server 2007 R2.
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)