ServerAgent.CheckDisposed

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

Syntax

[C#]

  Copy imageCopy Code
protected void CheckDisposed();

Syntax

[Visual Basic .NET]

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

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts