C# Class Chimney.MPD.Classes.QueueJob

Afficher le fichier Open project: opengd/Chimney Class Usage Examples

Méthodes publiques

Свойство Type Description
id int
response string
retry bool
send string
silent bool
wait bool

Méthodes publiques

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

Method Details

QueueJob() public méthode

public QueueJob ( )

QueueJob() public méthode

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
Résultat int

response public_oe property

public string response
Résultat string

retry public_oe property

public bool retry
Résultat bool

send public_oe property

public string send
Résultat string

silent public_oe property

public bool silent
Résultat bool

wait public_oe property

public bool wait
Résultat bool