[This is preliminary documentation and is subject to change.]

Initiates the server shutdown with given parameters.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

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.

See Also