C# 클래스 Octgn.Online.GameService.GameBot

상속: IDisposable
파일 보기 프로젝트 열기: octgn/OCTGN

Private Properties

프로퍼티 타입 설명
GameBot System
RefreshGamesTimerOnElapsed void
XmppOnOnAgentStart void
XmppOnOnError void
XmppOnOnMessage void
XmppOnOnStreamError void
XmppOnOnXmppConnectionStateChanged void
Xmpp_OnAuthError void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CheckBotStatus() 공개 메소드

public CheckBotStatus ( ) : void
리턴 void

Dispose() 공개 메소드

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

RemakeXmpp() 공개 메소드

public RemakeXmpp ( ) : void
리턴 void

SendGameReady() 공개 메소드

public SendGameReady ( Skylabs.Lobby.HostedGameData game ) : void
game Skylabs.Lobby.HostedGameData
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void