BootstrapperGetServer Method |
If Bootstrapper.Init() has been successfully called this will return the IServer instance.
Namespace:
Crosser.Server
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax public static IServer GetServer()
Return Value
Type:
IServerThe server instance to start
See Also