Responder Developer Guide
BuildLoadpointCallList Method


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

Parameters

callList
The CallList to build the query for.
deviceList
The list of loadpoints that are affected.
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