AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
A default no-op implementation of the MessageHandler interface that does nothing. More...
Public Member Functions | |
DefaultMessageHandler () | |
Constructs a DefaultMessageHandler instance. More... | |
void | invoke (Message message) |
Invokes the message handler. More... | |
Static Public Attributes | |
static DefaultMessageHandler | instance = new DefaultMessageHandler() |
Singleton instance of DefaultMessageHandler. More... | |
A default no-op implementation of the MessageHandler interface that does nothing.
|
inline |
Constructs a DefaultMessageHandler instance.
|
inline |
Invokes the message handler.
message | The message to be handled. |
Implements AMPS.Client.MessageHandler.
|
static |
Singleton instance of DefaultMessageHandler.