ISessionSubscribe Method |
Name | Description | |
---|---|---|
Subscribe(IListSubscription) |
This is the same as calling
Subscribe(subscriptionList, identity: null, requestLabel: null)
.
| |
Subscribe(IListSubscription, Identity) |
This is the same as calling
Subscribe(subscriptionList, identity, requestLabel: null)
.
| |
Subscribe(IListSubscription, SubscriptionPreprocessMode) |
This is the same as calling
Subscribe(subscriptionList, identity: null, requestLabel: null, mode)
| |
Subscribe(IListSubscription, String) |
This is the same as calling
Subscribe(subscriptionList, identity: null, requestLabel)
.
| |
Subscribe(IListSubscription, Identity, SubscriptionPreprocessMode) |
This is the same as calling
Subscribe(subscriptionList, identity, requestLabel: null, mode)
| |
Subscribe(IListSubscription, Identity, String) |
Initiates a request to receive asynchronous updates to the
specified topics.
Upon completion of this request a SUBSCRIPTION_STATUS event will be published for each topic in the subscription list containing a message with the result for one topic. A "SubscriptionStarted" message will be generated if the subscription was successfully initiated. If the subscription fails for any topic a "SubscriptionFailure" message containing the failure reason will be generated. Any subscriptions in subscriptionList which were not given a application generated CorrelationID will have a session generated CorrelationID set. Multiple subscriptions to the same subscription string are valid and each will have their own, unique CorrelationID. In the case of an exception none of the subscriptions will be processed. | |
Subscribe(IListSubscription, String, SubscriptionPreprocessMode) |
This is the same as calling
Subscribe(IListSubscription, Identity, String, SubscriptionPreprocessMode)
Subscribe(subscriptionList, identity: null, requestLabel, mode)
Identity.
| |
Subscribe(IListSubscription, Identity, String, SubscriptionPreprocessMode) |
Initiates a request to receive asynchronous updates to the
specified topics.
Upon completion of this request a SUBSCRIPTION_STATUS event will be published for each topic in the subscription list containing a message with the result for one topic. A "SubscriptionStarted" message will be generated if the subscription was successfully initiated. If the subscription fails for any topic a "SubscriptionFailure" message containing the failure reason will be generated. Any subscriptions in subscriptionList which were not given a application generated CorrelationID will have a session generated CorrelationID set. Multiple subscriptions to the same subscription string are valid and each will have their own, unique CorrelationID. |