Transaction.Close

The Close method releases all resources associated with the transaction.

Syntax

[C#]

  Copy imageCopy Code
protected void Close();

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
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 Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also