LBM .Net API Documentation
close Method (cb, cbArg)
Namespacescom.latencybusters.lbmLBMHFXReceiverclose(LBMOperationCompleteCallback, Object)
Close and dispose of this HFXReceiver object.

Warning: It is not safe to call this method from a context thread callback.

Declaration Syntax
C#
public void close(
	LBMOperationCompleteCallback cb,
	Object cbArg
)
Parameters
cb (LBMOperationCompleteCallback)
A callback to be delivered when the delete operation is complete.
cbArg (Object)
A token to be delivered with the callback
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0