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


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

Parameters

source
The provider of database access operations.
session
The current database connection/session for operation.
incidentId
The incident ID value of the callback records 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