Share via


ServerAgent.CheckDisposed method

 
Communications Server 2007 Server SDK Documentation

ServerAgent.CheckDisposed

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

[C#]
protected void CheckDisposed();
FakePre-e0ec8f6277b34eed80e38b3b5acc0bfb-15a49dd991d547acb46b863bb2fbba97

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 Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ServerAgent

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