Enum MsgChannelWriteResult
Namespace: Azos.Sky.WebMessaging
Assembly: Azos.Sky.dll
Syntax
public enum MsgChannelWriteResult
Fields
Name | Description |
---|---|
ChannelError | Message was not sent now and will not be delivered in future due to sending error in channel |
Gateway | The message was routed into gateway |
PermanentFailure | Message was not sent now and will not be delivered in future due to sending error |
Success | The message was sent |
Undefined | The operation finished with an undetermined state |
Undeliverable | The message can not be delivered in principle (e.g. bad address) |
WillRetryAfterFailure | The channel encoutered error and will try to resend in some time |