AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.FailedWriteHandler Interface Reference

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...
 

Detailed Description

An interface for receiving information on messages that you've written, but for which the server indicates are not persisted because of a failure.

Member Function Documentation

◆ failedWrite()

void AMPS.Client.FailedWriteHandler.failedWrite ( Message  message,
Message.Reasons  reason 
)

The AMPS instance reports that a write has failed.

Parameters
messageThe message that could not be written.
reasonA value from Message.Reasons indicating the reason for this failed write.

The documentation for this interface was generated from the following file: