SessionSubscribe Method |
Name | Description | |
---|---|---|
Subscribe(IListSubscription) |
Initiates a request to receive asynchronous updates to the
specified topics.
The session identity will be used if it's been authorized. | |
Subscribe(IListSubscription, Identity) | Initiates a request to receive asynchronous updates
to the specified topics.
| |
Subscribe(IListSubscription, UserHandle) | Obsolete. Deprecated since 3.3.0.0. Use
Subscribe(IListSubscription, Identity) instead.
| |
Subscribe(IListSubscription, String) |
Initiates a request to receive asynchronous updates to the
specified topics.
The session identity will be used if it's been authorized. | |
Subscribe(IListSubscription, Identity, String) | Initiates a request to receive asynchronous updates to the specified
topics in the subscriptionList.
| |
Subscribe(IListSubscription, UserHandle, String) | Obsolete. Deprecated since 3.3.0.0. Use
Subscribe(IListSubscription, Identity, String) instead.
|