Enum Delivery
What became of a message handed to a ladder.
public enum Delivery
Fields
Buffered = 1No rung would take it, so it is in the buffer awaiting a flush.
Sent = 0A rung took the message and it is on its way.
What became of a message handed to a ladder.
public enum Delivery
Buffered = 1No rung would take it, so it is in the buffer awaiting a flush.
Sent = 0A rung took the message and it is on its way.