C# 클래스 Phoenix.Push

파일 보기 프로젝트 열기: jfis/dn-phoenix 1 사용 예제들

공개 메소드들

메소드 설명
Push ( Channel channel, string event_, Newtonsoft.Json.Linq.JObject payload, int timeout ) : Newtonsoft.Json.Linq
Receive ( string status, Action callback ) : Push
Resend ( int timeout ) : void
Send ( ) : void

비공개 메소드들

메소드 설명
CancelRefEvent ( ) : void
CancelTimeout ( ) : void
HasReceived ( string status ) : bool
MatchReceive ( Newtonsoft.Json.Linq.JObject json ) : void
StartTimeout ( ) : void
Trigger ( string status, Newtonsoft.Json.Linq.JObject response ) : void

메소드 상세

Push() 공개 메소드

public Push ( Channel channel, string event_, Newtonsoft.Json.Linq.JObject payload, int timeout ) : Newtonsoft.Json.Linq
channel Channel
event_ string
payload Newtonsoft.Json.Linq.JObject
timeout int
리턴 Newtonsoft.Json.Linq

Receive() 공개 메소드

public Receive ( string status, Action callback ) : Push
status string
callback Action
리턴 Push

Resend() 공개 메소드

public Resend ( int timeout ) : void
timeout int
리턴 void

Send() 공개 메소드

public Send ( ) : void
리턴 void