System.Reactive.IronMQ.Message.Message C# (CSharp) Method

Message() private method

private Message ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
return System.Collections.Generic
        internal Message(JsonValue json)
        {
            _json = json;
        }

Same methods

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