C# Class System.Reactive.IronMQ.Message

A message retrieved from an IronMQ queue.
Exibir arquivo Open project: Applied-Duality/IronMQ Class Usage Examples

Public Methods

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

Private Methods

Method Description
Message ( JsonValue json ) : System.Collections.Generic
Trim ( ) : Message

Method Details

Message() public method

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

ToString() public method

public ToString ( ) : string
return string