Responder Developer Guide
PerformAction Method (CallbackDelete)


The callback configuration information.
The callback event data associated with the action.
The submit rule context for obtaining the pending dataset.
The provider of database access operations.
The current database connection/session for operation.
The incident device row that is being processed.
Performs any special callback creation action for this condition.
Syntax
'Declaration
 
Public Sub PerformAction( _
   ByVal callbackConfig As CallbackConfig, _
   ByVal callbackEvent As CallbackConfigScenarioCallbackEvent, _
   ByVal context As SubmitContext, _
   ByVal source As DataSource, _
   ByVal session As DataSession, _
   ByVal completedIncidentDeviceRow As DataRow _
) 
'Usage
 
Dim instance As CallbackDelete
Dim callbackConfig As CallbackConfig
Dim callbackEvent As CallbackConfigScenarioCallbackEvent
Dim context As SubmitContext
Dim source As DataSource
Dim session As DataSession
Dim completedIncidentDeviceRow As DataRow
 
instance.PerformAction(callbackConfig, callbackEvent, context, source, session, completedIncidentDeviceRow)

Parameters

callbackConfig
The callback configuration information.
callbackEvent
The callback event data associated with the action.
context
The submit rule context for obtaining the pending dataset.
source
The provider of database access operations.
session
The current database connection/session for operation.
completedIncidentDeviceRow
The incident device row that is being processed.
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

CallbackDelete Class
CallbackDelete Members

 

 


Send Comment