LBM .Net API Documentation
LBMOperationCompleteCallback Class
Namespacescom.latencybusters.lbmLBMOperationCompleteCallback
LBMOperationCompleteCallback class.
Declaration Syntax
C#
public class LBMOperationCompleteCallback
Members
All MembersConstructorsMethods



IconMemberDescription
LBMOperationCompleteCallback()()()
Instantiate a default LBMOperationCompleteCallback. This constructor should be called by subclasses that wish to supress garbage collection until Dispose() is called.

LBMOperationCompleteCallback(LBMOperationCompleteCallback..::.LBMOperationComplete)
Instantiate an LBMOperationCompleteCallback that invokes an LBMOperationComplete delegate.

Dispose()()()
Dispose of a callback object. Subclasses that wish to supress garbage collection should call the default constructor and then call this method when they no longer need the callback.

onOperationComplete(Object)
Callback method.

Remarks
This class should be used when notification of completion of a long-running operation is desired.
Inheritance Hierarchy
Object
LBMOperationCompleteCallback

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0