ServerChannelReplyMissing Property |
Returns true if no reply message has been sent for the current
transaction.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public bool ReplyMissing { get; }
Public ReadOnly Property ReplyMissing As Boolean
Get
Property Value
Type:
BooleanRemarks All transaction requests must send a reply, so if the method ProcessTransaction(String, Message) completes and
is
still
true, then a
NAK reply message will be sent back to
the client.
If no transaction is being processed, it returns
false.
See Also