Method | Description | |
---|---|---|
UserActivityHub ( ) : System | ||
UserActivityHub ( ISubscription |
Method | Description | |
---|---|---|
OnSubscribe ( string eventName ) : System.Threading.Tasks.Task | ||
OnUnsubscribe ( string eventName ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
OnDataReceive ( UserActivitySubscriptionInfo info ) : void |
protected OnSubscribe ( string eventName ) : System.Threading.Tasks.Task | ||
eventName | string | |
return | System.Threading.Tasks.Task |
protected OnUnsubscribe ( string eventName ) : System.Threading.Tasks.Task | ||
eventName | string | |
return | System.Threading.Tasks.Task |
public UserActivityHub ( ISubscription |
||
subscription | ISubscription |
|
getEventNames | Func |
|
getTimeframes | Func |
|
return | System |