Responder Developer Guide
CallbackQuery Constructor


The data source.
The data session.
Constructs a callback query object to supply queries to obtain the customers to be added, updated, or deleted from the RX_CALLBACKS table.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As DataSource, _
   ByVal session As DataSession _
)
'Usage
 
Dim source As DataSource
Dim session As DataSession
 
Dim instance As New CallbackQuery(source, session)
public CallbackQuery( 
   DataSource source,
   DataSession session
)

Parameters

source
The data source.
session
The data session.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CallbackQuery Class
CallbackQuery Members

 

 


Send Comment