|
AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
A no-op implementation of the SubscriptionManager interface that does nothing. More...
Inheritance diagram for AMPS.Client.DefaultSubscriptionManager:Public Member Functions | |
| int | subscribe (MessageHandler messageHandler, Message message) |
| Subscribes to a message handler with a message. More... | |
| void | unsubscribe (CommandId subId) |
| Unsubscribes a subscription by subId. More... | |
| void | clear () |
| Clears all subscriptions. More... | |
| void | resubscribe (Client client) |
| Resubscribes using the provided client. More... | |
| FailedResubscribeHandler | getFailedResubscribeHandler () |
| Get the handler for failed resubscribe attempts. More... | |
| void | setFailedResubscribeHandler (FailedResubscribeHandler failureHandler) |
| Set the handler for failed resubscribe attempts. More... | |
| int | getGenerationCount () |
| Return the current generation count for this subscription manager. More... | |
A no-op implementation of the SubscriptionManager interface that does nothing.
|
inline |
Clears all subscriptions.
Implements AMPS.Client.SubscriptionManager.
|
inline |
Get the handler for failed resubscribe attempts.
Implements AMPS.Client.SubscriptionManager.
|
inline |
Return the current generation count for this subscription manager.
Implements AMPS.Client.SubscriptionManager.
|
inline |
Resubscribes using the provided client.
| client | The client to resubscribe. |
Implements AMPS.Client.SubscriptionManager.
|
inline |
Set the handler for failed resubscribe attempts.
| failureHandler | The handler for failed resubscribe attempts. |
Implements AMPS.Client.SubscriptionManager.
|
inline |
Subscribes to a message handler with a message.
| messageHandler | The message handler to subscribe. |
| message | The message to subscribe to. |
Implements AMPS.Client.SubscriptionManager.
|
inline |
Unsubscribes a subscription by subId.
| subId | The subscription ID to unsubscribe. |
Implements AMPS.Client.SubscriptionManager.