C# Class Squishy.Irc.UnbanTimer

Instances of this class represent a delayed unbanning, completely self-managed.
Afficher le fichier Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Méthodes publiques

Свойство Type Description
Channel IrcChannel
Mask string

Méthodes publiques

Méthode Description
UnbanTimer ( IrcChannel chan, string mask, System.TimeSpan timeout ) : System

Private Methods

Méthode Description
OnTick ( object sender, System.Timers.ElapsedEventArgs info ) : void

Method Details

UnbanTimer() public méthode

public UnbanTimer ( IrcChannel chan, string mask, System.TimeSpan timeout ) : System
chan IrcChannel
mask string
timeout System.TimeSpan
Résultat System

Property Details

Channel public_oe property

public IrcChannel,Squishy.Irc Channel
Résultat IrcChannel

Mask public_oe property

public string Mask
Résultat string