Responder Developer Guide
BuildIncidentCallList Method


The CallList to build the query for.
The incident for the call list.
Builds a dataset containing the customers for the specified call list when the incident ID is known.
Syntax
'Declaration
 
Public Overridable Function BuildIncidentCallList( _
   ByVal callList As CallbackConfigScenarioCallbackEventCallList, _
   ByVal incidentID As Integer _
) As DataSet
'Usage
 
Dim instance As CallbackQuery
Dim callList As CallbackConfigScenarioCallbackEventCallList
Dim incidentID As Integer
Dim value As DataSet
 
value = instance.BuildIncidentCallList(callList, incidentID)
public virtual DataSet BuildIncidentCallList( 
   CallbackConfigScenarioCallbackEventCallList callList,
   int incidentID
)

Parameters

callList
The CallList to build the query for.
incidentID
The incident for the call list.

Return Value

The customers to be processed into the callback list.
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