Responder Developer Guide
PerformAction(DataSource,DataSession,DataRow) Method


The provider of database access operations.
The current database connection/session for operation.
The current row causing this condition.
Determines which callback condition occurred and creates the callback records specified by the configuration information.
Syntax
'Declaration
 
Protected Overloads Overrides Sub PerformAction( _
   ByVal source As DataSource, _
   ByVal session As DataSession, _
   ByVal row As DataRow _
) 
'Usage
 
Dim instance As CallbackRule
Dim source As DataSource
Dim session As DataSession
Dim row As DataRow
 
instance.PerformAction(source, session, row)
protected override void PerformAction( 
   DataSource source,
   DataSession session,
   DataRow row
)

Parameters

source
The provider of database access operations.
session
The current database connection/session for operation.
row
The current 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

CallbackRule Class
CallbackRule Members
Overload List

 

 


Send Comment