Method | Description | |
---|---|---|
Emit ( string eventName, dynamic payload, Action |
||
EndPointClient ( IClient client, string endPoint ) : System | ||
On ( string eventName, Action |
||
Send ( Messages msg ) : void |
Method | Description | |
---|---|---|
validateNameSpace ( string name ) : void |
public Emit ( string eventName, dynamic payload, Action |
||
eventName | string | |
payload | dynamic | |
callBack | Action |
|
return | void |
public EndPointClient ( IClient client, string endPoint ) : System | ||
client | IClient | |
endPoint | string | |
return | System |
public On ( string eventName, Action |
||
eventName | string | |
action | Action |
|
return | void |