Method | Description | |
---|---|---|
OnSessionOpen ( SessionId sessionId, string>.IDictionary |
Notification that a new client session has been opened. When the listener is registered, this will be called for all existing sessions. It will then be called for every new session that opens whilst the listener is registered. This will be called for every client session regardless of requested session properties.
|
|
PropertiesListener ( ISubscriptionControl subscriptionControl, string currentTopic, ISubscriptionCallback subscriptionCallback ) : System.Collections.Generic |
public OnSessionOpen ( SessionId sessionId, string>.IDictionary |
||
sessionId | SessionId | The session identifier. |
properties | string>.IDictionary | The map of requested /// session property values. This can be empty if no properties were requested. If a requested property did /// not exist then it will not be prsent in the map. |
return | void |
public PropertiesListener ( ISubscriptionControl subscriptionControl, string currentTopic, ISubscriptionCallback subscriptionCallback ) : System.Collections.Generic | ||
subscriptionControl | ISubscriptionControl | |
currentTopic | string | |
subscriptionCallback | ISubscriptionCallback | |
return | System.Collections.Generic |