Get the value to determine if the core manager can be shutdown now.

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

Syntax

Visual Basic (Declaration)
Protected 
Overridable 
Function 
CanShutdownCoreManagerNow 
As 
Boolean
C#
protected 
virtual 
bool 
CanShutdownCoreManagerNow()
Visual C++
protected:
virtual 
bool 
CanShutdownCoreManagerNow()
JavaScript
function 
canShutdownCoreManagerNow();

Return Value

True if the manager can be shutdown.

See Also