LBM .Net API Documentation
sendReceiverReset Method (flags, exinfo)
Namespacescom.latencybusters.lbmLBMHotFailoverSourcesendReceiverReset(Int32, LBMSourceSendExInfo)
Send a message that instructs hot-failover receivers to reset their state. In, and only in, the case that hf receivers cannot be manually restarted, this function can be used to allow delivering of previously sent sequence numbers. The hot-failover receiver will deliver a message of type LBM.MSG_HF_RESET and will include the new expected sequence number. The sequence number contained with the reset will be used as the next expected sequence number to be sent. NOTE: The best way to reset a hot-failover receiver's state is to restart the receiver itself. This function should be used only when that is impossible.
Declaration Syntax
C#
public void sendReceiverReset(
	int flags,
	LBMSourceSendExInfo exinfo
)
Parameters
flags (Int32)
Flags indicating various send conditions
exinfo (LBMSourceSendExInfo)
Send ex info containing hf reset sequence number
Remarks
Caution: It is not recommended to call this method from a context thread callback.

Warning (UME only): Calling this method from a context thread callback for stablity and confirmation events could cause a deadlock.

Hot failover send flags on the exinfo parameter SRC_SEND_EX_FLAG_HF_32, or SRC_SEND_EX_FLAG_HF_64
Exceptions
ExceptionCondition
Exinfo was null, Confirmed delivery or message stability notifications are not enabled
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0