Method | Description | |
---|---|---|
Push ( |
||
Receive ( string status, Action |
||
Resend ( int timeout ) : void | ||
Send ( ) : void |
Method | Description | |
---|---|---|
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 |
public Push ( |
||
channel | ||
event_ | string | |
payload | Newtonsoft.Json.Linq.JObject | |
timeout | int | |
return | Newtonsoft.Json.Linq |
public Receive ( string status, Action |
||
status | string | |
callback | Action |
|
return |