Property | Type | Description | |
---|---|---|---|
Name | string |
Method | Description | |
---|---|---|
Channel ( string channelName, |
||
Trigger ( string eventName, object obj ) : void | ||
Unsubscribe ( ) : void |
Method | Description | |
---|---|---|
SubscriptionSucceeded ( string data ) : void |
public Channel ( string channelName, |
||
channelName | string | |
pusher |
public Trigger ( string eventName, object obj ) : void | ||
eventName | string | |
obj | object | |
return | void |