VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / SetOperationCallbackDelegate Method
Delegate method


In This Topic
    SetOperationCallbackDelegate Method
    In This Topic
    Defines a delegate that time consuming operations may call back in order to inform the user as to the progress of the operation and additional information.
    Syntax
    'Declaration
     
    
    Sub SetOperationCallbackDelegate( _
       ByVal operationCallbackDelegate As OperationCallbackDelegate _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim operationCallbackDelegate As OperationCallbackDelegate
     
    instance.SetOperationCallbackDelegate(operationCallbackDelegate)
    void SetOperationCallbackDelegate( 
       OperationCallbackDelegate operationCallbackDelegate
    )

    Parameters

    operationCallbackDelegate
    Delegate method
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also