Responder Developer Guide
DeleteCallbacks(DataSource,DataSession,Int32,CallbackLoadpointList) Method


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

Parameters

source
The provider of database access operations.
session
The current database connection/session for operation.
incidentId
The Id of incident.
deviceList
The list of loadpoint devices for the customers to delete.
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
Overload List

 

 


Send Comment