C# Class Dwarrowdelf.Client.ConnectManager

Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Méthode Description
ConnectManager ( ) : System
ConnectPlayerAsync ( ConnectionType connectionType, IProgress prog ) : Task
DisconnectAsync ( IProgress prog ) : Task
OnDisconnected ( ) : void
OnGameSaved ( ) : void
StartServerAndConnectAsync ( EmbeddedServerOptions options, ConnectionType connectionType, IProgress prog ) : Task
StartServerAsync ( EmbeddedServerOptions options, IProgress prog ) : Task
StopServerAsync ( IProgress prog ) : Task

Method Details

ConnectManager() public méthode

public ConnectManager ( ) : System
Résultat System

ConnectPlayerAsync() public méthode

public ConnectPlayerAsync ( ConnectionType connectionType, IProgress prog ) : Task
connectionType ConnectionType
prog IProgress
Résultat Task

DisconnectAsync() public méthode

public DisconnectAsync ( IProgress prog ) : Task
prog IProgress
Résultat Task

OnDisconnected() public méthode

public OnDisconnected ( ) : void
Résultat void

OnGameSaved() public méthode

public OnGameSaved ( ) : void
Résultat void

StartServerAndConnectAsync() public méthode

public StartServerAndConnectAsync ( EmbeddedServerOptions options, ConnectionType connectionType, IProgress prog ) : Task
options EmbeddedServerOptions
connectionType ConnectionType
prog IProgress
Résultat Task

StartServerAsync() public méthode

public StartServerAsync ( EmbeddedServerOptions options, IProgress prog ) : Task
options EmbeddedServerOptions
prog IProgress
Résultat Task

StopServerAsync() public méthode

public StopServerAsync ( IProgress prog ) : Task
prog IProgress
Résultat Task