Enum Library.ShutdownOptionsFlags
Options for library shutdown.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum ShutdownOptionsFlags : uint
Fields
Name | Description |
---|---|
DebugBreakOnForceShutdown | When forcing shutdown, either because ForceShutdown() is called or because the program terminates, and some objects are still alive, attempt to break into the debugger. This is not available for all platforms. |
Default | Default options. |
LogLiveObjects | Log with ReportLiveObjects() all objects still alive, to help debugging. This is recommended to prevent deadlocks during shutdown. |
None | Do nothing specific. |