C# 클래스 System.Reactive.IronMQ.Message

A message retrieved from an IronMQ queue.
파일 보기 프로젝트 열기: Applied-Duality/IronMQ 1 사용 예제들

공개 메소드들

메소드 설명
Message ( string body, long timeout = 60, long delay, long expires = 604800 ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
Message ( JsonValue json ) : System.Collections.Generic
Trim ( ) : Message

메소드 상세

Message() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string