C# Class Octgn.Online.GameService.GameBot

Inheritance: IDisposable
Afficher le fichier Open project: octgn/OCTGN

Private Properties

Свойство Type Description
GameBot System
RefreshGamesTimerOnElapsed void
XmppOnOnAgentStart void
XmppOnOnError void
XmppOnOnMessage void
XmppOnOnStreamError void
XmppOnOnXmppConnectionStateChanged void
Xmpp_OnAuthError void

Méthodes publiques

Méthode Description
CheckBotStatus ( ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

RemakeXmpp ( ) : void
SendGameReady ( Skylabs.Lobby.HostedGameData game ) : void
Start ( ) : void

Private Methods

Méthode Description
GameBot ( ) : System
RefreshGamesTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
XmppOnOnAgentStart ( object sender ) : void
XmppOnOnError ( object sender, Exception exception ) : void
XmppOnOnMessage ( object sender, agsXMPP.protocol.client.Message msg ) : void
XmppOnOnStreamError ( object sender, Element element ) : void
XmppOnOnXmppConnectionStateChanged ( object sender, XmppConnectionState state ) : void
Xmpp_OnAuthError ( object sender, Element e ) : void

Method Details

CheckBotStatus() public méthode

public CheckBotStatus ( ) : void
Résultat void

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

RemakeXmpp() public méthode

public RemakeXmpp ( ) : void
Résultat void

SendGameReady() public méthode

public SendGameReady ( Skylabs.Lobby.HostedGameData game ) : void
game Skylabs.Lobby.HostedGameData
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void