RemoteManagerStatic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class RemoteManagerStatic
public class RemoteManagerStatic
type RemoteManagerStatic = class
Public Class RemoteManagerStatic
- Inheritance
-
RemoteManagerStatic
Constructors
RemoteManagerStatic() |
Properties
IsInitialized |
Query if the manager has been initialized |
Methods
OnExceptionLogged(Exception) | |
ShutdownRemoteRendering() |
Destroy the singleton instance. |
StartupRemoteRendering(RemoteRenderingInitialization) |
Create the singleton instance. Calling this function multiple times will clear any current data/connection from the system. |
Events
ExceptionLogged |
Event emitted when an exception is logged. |
OnShutdown |
Event emitting during RenderingConnection.ShutdownManager |