C# 클래스 Squishy.Irc.UnbanTimer

Instances of this class represent a delayed unbanning, completely self-managed.
파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Channel IrcChannel
Mask string

공개 메소드들

메소드 설명
UnbanTimer ( IrcChannel chan, string mask, System.TimeSpan timeout ) : System

비공개 메소드들

메소드 설명
OnTick ( object sender, System.Timers.ElapsedEventArgs info ) : void

메소드 상세

UnbanTimer() 공개 메소드

public UnbanTimer ( IrcChannel chan, string mask, System.TimeSpan timeout ) : System
chan IrcChannel
mask string
timeout System.TimeSpan
리턴 System

프로퍼티 상세

Channel 공개적으로 프로퍼티

public IrcChannel,Squishy.Irc Channel
리턴 IrcChannel

Mask 공개적으로 프로퍼티

public string Mask
리턴 string