C# Class Chimney.MPD.Classes.QueueJob

Show file Open project: opengd/Chimney Class Usage Examples

Public Properties

Property Type Description
id int
response string
retry bool
send string
silent bool
wait bool

Public Methods

Method Description
QueueJob ( )
QueueJob ( int id, string send, bool silent = false, bool retry = true, bool wait = true )

Method Details

QueueJob() public method

public QueueJob ( )

QueueJob() public method

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

Property Details

id public property

public int id
return int

response public property

public string response
return string

retry public property

public bool retry
return bool

send public property

public string send
return string

silent public property

public bool silent
return bool

wait public property

public bool wait
return bool