Transaction.CheckDisposed method

 
Microsoft Office Live Communications Server 2005 with SP1

Transaction.CheckDisposed

The CheckDisposed method throws ObjectDisposedException if the transaction is in the disposed state.

[C#]protected void CheckDisposed();
[Visual Basic .NET]Protected Sub CheckDisposed()

Parameters

This method has no parameters.

Return Values

This method has no return values.

Remarks

This method is called at the beginning of every public method defined on this class (and any derived classes). It ensures that no operations are performed on disposed objects.

Requirements

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

See Also

Transaction

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