C# Class System.Reactive.IronMQ.Message

A message retrieved from an IronMQ queue.
Afficher le fichier Open project: Applied-Duality/IronMQ Class Usage Examples

Méthodes publiques

Méthode Description
Message ( string body, long timeout = 60, long delay, long expires = 604800 ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Méthode Description
Message ( JsonValue json ) : System.Collections.Generic
Trim ( ) : Message

Method Details

Message() public méthode

public Message ( string body, long timeout = 60, long delay, long expires = 604800 ) : System.Collections.Generic
body string
timeout long
delay long
expires long
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string