public On ( string eventName, Action |
||
eventName | string | |
action | Action |
|
return | void |
Asynchronously calls the action delegate on event message notification
Mimicks the Socket.IO client 'socket.on('name',function(data){});' pattern
Reserved socket.io event names available: connect, disconnect, open, close, error, retry, reconnect
public On ( string eventName, Action |
||
eventName | string | |
action | Action |
|
return | void |