[This is preliminary documentation and is subject to change.]
Initiates the server shutdown with given parameters.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public static void Shutdown( ShutdownParams shutdownParams, bool waitForShutdown )
Parameters
- shutdownParams
- ShutdownParams
Shutdown parameters
- waitForShutdown
- Boolean
If true, blocks the calling thread until shutdown is complete or cancelled.