C# Class Chimney.MPD.Classes.QueueJob

ファイルを表示 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_oe property

public int id
return int

response public_oe property

public string response
return string

retry public_oe property

public bool retry
return bool

send public_oe property

public string send
return string

silent public_oe property

public bool silent
return bool

wait public_oe property

public bool wait
return bool