The state of the message submitted from the client to the Middleware.

C# |
public enum SubmissionState

Member | Description |
---|---|
SubmitFailed | The dispatch of the message was un-successful. |
SubmitCompleted | The message has been successfully dispatched to the Middleware. |
SubmitPending | The message has been dispatched and a confirmation of receipt is pending from the Middleware. |
SubmitStateUnknown | No information is available about the state at this time. |