Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

OnQueryCompositeInstancesCompleted Method






An QueryCompositeInstancesArgs that contains the event data.
Raises the QueryCompositeInstancesCompleted event.
Syntax
protected virtual void OnQueryCompositeInstancesCompleted( 
   QueryCompositeInstancesArgs e
)
'Declaration
 
Protected Overridable Sub OnQueryCompositeInstancesCompleted( _
   ByVal e As QueryCompositeInstancesArgs _
) 
'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim e As QueryCompositeInstancesArgs
 
instance.OnQueryCompositeInstancesCompleted(e)

            

            
protected:
virtual void OnQueryCompositeInstancesCompleted( 
   QueryCompositeInstancesArgs^ e
) 

Parameters

e
An QueryCompositeInstancesArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate. The OnQueryCompositeInstancesCompleted method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Notes to Inheritors: When overriding OnQueryCompositeInstancesCompleted in a derived class, be sure to call the base class's OnQueryCompositeInstancesCompleted method so that registered delegates receive the event.
Requirements

Target Platforms

See Also

Reference

StorageDbDataAccessAgent Class
StorageDbDataAccessAgent Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features