C# Class Octgn.Online.GameService.GameBot

Inheritance: IDisposable
显示文件 Open project: octgn/OCTGN

Private Properties

Property Type Description
GameBot System
RefreshGamesTimerOnElapsed void
XmppOnOnAgentStart void
XmppOnOnError void
XmppOnOnMessage void
XmppOnOnStreamError void
XmppOnOnXmppConnectionStateChanged void
Xmpp_OnAuthError void

Public Methods

Method 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

Method 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 method

public CheckBotStatus ( ) : void
return void

Dispose() public method

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

RemakeXmpp() public method

public RemakeXmpp ( ) : void
return void

SendGameReady() public method

public SendGameReady ( Skylabs.Lobby.HostedGameData game ) : void
game Skylabs.Lobby.HostedGameData
return void

Start() public method

public Start ( ) : void
return void