Share via


Transaction.Close method

 
Microsoft Office Live Communications Server 2005 with SP1

Transaction.Close

The Close method releases all resources associated with the transaction.

[C#]
protected void Close();

  [Visual Basic .NET]
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 ClientTransactions. Overriding this method in a derived class allows for specific post-transaction processing, if appropriate.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ClientTransactions, ServerTransaction, Transaction, Transaction.Dispose()

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.