Responder Developer Guide
UpdateCallbackIncidentId Method


The provider of database access operations.
The current database connection/session for operation.
The new incident ID for the customers.
The list of loadpoint devices for the customers to update.
Updates the customers in RX_CALLBACKS for the loadpoint list specified to the specified new incident ID.
Syntax
'Declaration
 
Public Shared Sub UpdateCallbackIncidentId( _
   ByVal source As DataSource, _
   ByVal session As DataSession, _
   ByVal newIncidentID As Integer, _
   ByVal deviceList As CallbackLoadpointList _
) 
'Usage
 
Dim source As DataSource
Dim session As DataSession
Dim newIncidentID As Integer
Dim deviceList As CallbackLoadpointList
 
CallbackRule.UpdateCallbackIncidentId(source, session, newIncidentID, deviceList)
public static void UpdateCallbackIncidentId( 
   DataSource source,
   DataSession session,
   int newIncidentID,
   CallbackLoadpointList deviceList
)

Parameters

source
The provider of database access operations.
session
The current database connection/session for operation.
newIncidentID
The new incident ID for the customers.
deviceList
The list of loadpoint devices for the customers to update.
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

CallbackRule Class
CallbackRule Members

 

 


Send Comment