Click or drag to resize

IRestartable Interface

Interface for restartable singletons/global services

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IRestartable

The IRestartable type exposes the following members.

Properties
  NameDescription
Public propertyShouldDestroyOnRestart
True to allow destruction of this instance on restart, otherwise false
Top
Methods
  NameDescription
Public methodNotifyOnRestart
App restart notification
Top
See Also