Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks

All transaction requests must send a reply, so if the method ProcessTransaction(String, Message) completes and

ReplyMissing
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