Releases all resources used by this object.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
Dispose
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent

instance.
Dispose()
C#
public 
void 
Dispose()

Implements

IDisposable . . :: . . Dispose () () () ()

Remarks

Calling [Dispose] allows the resources used by this object to be freed.

See also