Close and dispose of this HFX object. All HFXReceiver objects created using this HFX object should be closed before calling this method.
Warning: It is not safe to call this method from a context thread callback.

C# |
public void close( LBMOperationCompleteCallback cb, Object cbArg )

- cb (LBMOperationCompleteCallback)
- A callback to be delivered when the close() operation is complete
- cbArg (Object)
- A token to be delivered with the callback

Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |