C# 클래스 Noobot.Core.Plugins.StandardPlugins.ConnectionPlugin

상속: IPlugin
파일 보기 프로젝트 열기: noobot/noobot

공개 메소드들

메소드 설명
ConnectionPlugin ( NoobotCore noobotCore, ILog log ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
CheckConnectionHealth ( object dummyData ) : void
EnsureClientIsDisconnected ( ) : void
Reconnect ( ) : void

메소드 상세

ConnectionPlugin() 공개 메소드

public ConnectionPlugin ( NoobotCore noobotCore, ILog log ) : System
noobotCore NoobotCore
log ILog
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void