Allows derived classes to provide custom lifetime management.

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

Syntax

Visual Basic (declaration)
Protected 
Overridable 
Sub 
Close
Visual Basic (usage)
Me.
Close()
C#
protected 
virtual 
void 
Close()

Remarks

Invoked when the server agent is done with this object. The default implementation simply calls Dispose () () () () . Applications that keep the object in an undisposed state can take alternative action.

See also