Chimney.MPD.Classes.QueueJob.QueueJob C# (CSharp) Метод

QueueJob() публичный Метод

public QueueJob ( int id, string send, bool silent = false, bool retry = true, bool wait = true )
id int
send string
silent bool
retry bool
wait bool
        public QueueJob(int id, string send, bool silent = false, bool retry = true, bool wait = true)
        {
            this.id = id;
            this.send = send;
            this.retry = retry;
            this.silent = silent;
            this.wait = wait;
        }

Same methods

QueueJob::QueueJob ( )
QueueJob