Logo FSBarV1_Archived

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

Coalesced droppedCount

Full Usage: Coalesced droppedCount

Parameters:
    droppedCount : int

A newer same-kind command superseded this one before it was sent. droppedCount reports how many requests (including this one) were coalesced away. The effective end state matches the last click.

droppedCount : int

Rejected reason

Full Usage: Rejected reason

Parameters:
    reason : string

The request was rejected without touching the socket. reason explains why — typically the channel is not Attached, or the payload failed local validation.

reason : string

Sent

Full Usage: Sent

The datagram was written to the autohost socket.

Instance members

Instance member Description

this.IsCoalesced

Full Usage: this.IsCoalesced

Returns: bool
Returns: bool

this.IsRejected

Full Usage: this.IsRejected

Returns: bool
Returns: bool

this.IsSent

Full Usage: this.IsSent

Returns: bool
Returns: bool

Type something to start searching.