AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
An interface for receiving information on messages that you've written, but for which the server indicates are not persisted because of a failure. More...
Public Member Functions | |
void | failedWrite (Message message, Message.Reasons reason) |
The AMPS instance reports that a write has failed. More... | |
An interface for receiving information on messages that you've written, but for which the server indicates are not persisted because of a failure.
void AMPS.Client.FailedWriteHandler.failedWrite | ( | Message | message, |
Message.Reasons | reason | ||
) |
The AMPS instance reports that a write has failed.
message | The message that could not be written. |
reason | A value from Message.Reasons indicating the reason for this failed write. |