C# Class Dwarrowdelf.Client.EmbeddedServer

Datei anzeigen Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
StartAsync ( EmbeddedServerOptions options ) : Task
StopAsync ( ) : Task

Private Methods

Method Description
CreateEmbeddedServer ( string gameDir, System.Guid save ) : void
OnServerStatusChange ( string status ) : void
ServerMain ( object arg ) : void
UpdateStatus ( string status ) : void

Method Details

StartAsync() public method

public StartAsync ( EmbeddedServerOptions options ) : Task
options EmbeddedServerOptions
return Task

StopAsync() public method

public StopAsync ( ) : Task
return Task