Example #1
0
 public ListJobs(JobListingType type, JobStatus status)
     : this(type, status, false)
 {
 }
Example #2
0
 public ListJobs(JobListingType type, JobStatus status, bool cacheRawMessage)
     : base(COMMAND, MessageType.Command, cacheRawMessage, ((char)type).ToString(), ((char)status).ToString())
 {
 }
Example #3
0
 public ListJobs(JobListingType type)
     : this(type, false)
 {
 }