SubmitOutcome Type
The outcome of one AdminChannelHost.Submit
call. Commands coalesce per kind, so a newer command may supersede an
older pending one — the caller sees Coalesced in that case.
Union cases
| Union case |
Description
|
Full Usage:
Coalesced droppedCount
Parameters:
int
|
A newer same-kind command superseded this one before it
was sent.
|
Full Usage:
Rejected reason
Parameters:
string
|
The request was rejected without touching the socket.
|
Full Usage:
Sent
|
The datagram was written to the autohost socket. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCoalesced
Returns: bool
|
|
Full Usage:
this.IsRejected
Returns: bool
|
|
Full Usage:
this.IsSent
Returns: bool
|
|
FSBarV1_Archived