Click or drag to resize

IProjectStartupCheck Interface

Implement this interface to provide an upgrade chain extension of your own

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

The IProjectStartupCheck type exposes the following members.

Methods
  NameDescription
Public methodExecuteStartupTask
Run startup checks
Top
See Also