Property | Type | Description | |
---|---|---|---|
connectedToPusher | bool | ||
pusherKey | string | ||
url | string |
Method | Description | |
---|---|---|
HandleTextMessage ( string message ) : void | ||
Send ( object msg ) : void | ||
Send ( string channel, string eventName, Hashtable data ) : void | ||
Subscribe ( string channel, System |
||
UnSubscribe ( string channel ) : void |
Method | Description | |
---|---|---|
AuthenticationString ( string channel ) : string | ||
CreateEvent ( string name, Hashtable properties = null ) : Hashtable | ||
PropertyList ( ) : Hashtable | ||
Start ( ) : IEnumerator |
public HandleTextMessage ( string message ) : void | ||
message | string | |
return | void |
public Send ( string channel, string eventName, Hashtable data ) : void | ||
channel | string | |
eventName | string | |
data | Hashtable | |
return | void |
public Subscribe ( string channel, System |
||
channel | string | |
handler | System |
|
return | void |