Channel functionality is not currently supported by hot failover receivers. Calling this method will result in an exception.

C# |
public override void subscribeChannel( long channelNumber, LBMReceiverCallback cb, Object cbArg )

- channelNumber (Int64)
[Missing <param name="channelNumber"/> documentation for "M:com.latencybusters.lbm.LBMHotFailoverReceiver.subscribeChannel(System.Int64,com.latencybusters.lbm.LBMReceiverCallback,System.Object)"]
- cb (LBMReceiverCallback)
[Missing <param name="cb"/> documentation for "M:com.latencybusters.lbm.LBMHotFailoverReceiver.subscribeChannel(System.Int64,com.latencybusters.lbm.LBMReceiverCallback,System.Object)"]
- cbArg (Object)
[Missing <param name="cbArg"/> documentation for "M:com.latencybusters.lbm.LBMHotFailoverReceiver.subscribeChannel(System.Int64,com.latencybusters.lbm.LBMReceiverCallback,System.Object)"]

Exception | Condition |
---|---|
Thrown if this method is called on a Hot Failover receiver. |