Dispose implementation

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
Overrides 
Sub 
Dispose ( _
	
disposing 
As 
Boolean _
)
C#
protected 
override 
void 
Dispose(
	
bool 
disposing
)
Visual C++
protected:
virtual 
void 
Dispose(
	
bool 
disposing
) 
override
JavaScript
function 
dispose(
disposing);

Parameters

disposing
Type: Boolean
True => clean up managed resources.

See Also