ServerAgent.Dispose(bool) method

 
Microsoft Office Live Communications Server 2005 with SP1

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(booldisposing);
[Visual Basic .NET]Protected Sub Dispose( _
  ByVal disposing As bool _
)

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

See Also

ServerAgent

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