BeginBackupQuery(String,AsyncCallback,Object) Method
 
            
                In This Topic
            
            Starts an asynchronous invocation of a 
BackupQuery(String) method with information for callback function.
 
            
            
            Syntax
            
        
            Parameters
- query
 
- The query, returning data for backup.
 - callback
 
- The delegate to call when the asynchronous invoke is complete. If callback is a null reference (Nothing in Visual Basic), the delegate is not called.
 - stateObject
 
- State information that is passed on to the delegate.
 
            
            Return Value
An 
System.IAsyncResult interface that represents the asynchronous operation started by calling this method.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also