Squishy.Irc.IrcClient.OnChanCreationTime C# (CSharp) Метод

OnChanCreationTime() защищенный Метод

Fires when the CreationTime of a Channel has been sent (raw 329)
protected OnChanCreationTime ( IrcChannel chan, System.DateTime creationTime ) : void
chan IrcChannel
creationTime System.DateTime
Результат void
        protected virtual void OnChanCreationTime(IrcChannel chan, DateTime creationTime)
        {
        }