Method StopSubsystem
StopSubsystem<T>()
Stop a subsystem instance of a given type. Subsystem assumed to already be loaded from a previous call to CreateSubsystem
Declaration
protected void StopSubsystem<T>() where T : class, ISubsystem
Type Parameters
| Name | Description |
|---|---|
| T | A subclass of ISubsystem |