System.Reactive.IronMQ.Message.Message C# (CSharp) Метод

Message() приватный Метод

private Message ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
Результат 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