Share via


ServerAgent.Dispose(bool) method

 
Communications Server 2007 Server SDK Documentation

ServerAgent.Dispose (bool)

The Dispose(Boolean) method destroys this transaction and releases all unmanaged resources as well as optionally releasing all managed resources.

[C#]
protected void Dispose(
bool disposing
);
FakePre-d8506941789545d192daf5db1ba0adf3-030e3df5dcf246ba87ec9e219e5450e9

Parameters

  • disposing
    If true, managed resources as well as unmanaged resources are released; if false, only unmanaged resources are disposed.

Return Values

This method has no return values.

Remarks

If a wait handle was retrieved from the server agent, do not use it; this method invalidates it.

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.