Responder Developer Guide
PerformAction Method (CallbackOnRestoreTimeDefined)


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 current incident data row causing this condition.
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 incidentRow As DataRow _
) 
'Usage
 
Dim instance As CallbackOnRestoreTimeDefined
Dim callbackConfig As CallbackConfig
Dim callbackEvent As CallbackConfigScenarioCallbackEvent
Dim context As SubmitContext
Dim source As DataSource
Dim session As DataSession
Dim incidentRow As DataRow
 
instance.PerformAction(callbackConfig, callbackEvent, context, source, session, incidentRow)
public void PerformAction( 
   CallbackConfig callbackConfig,
   CallbackConfigScenarioCallbackEvent callbackEvent,
   SubmitContext context,
   DataSource source,
   DataSession session,
   DataRow incidentRow
)

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.
incidentRow
The current incident data row causing this condition.
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

CallbackOnRestoreTimeDefined Class
CallbackOnRestoreTimeDefined Members

 

 


Send Comment