Responder Developer Guide
InsertUpdateCallbackRecord Method


The provider of database access operations.
The current database connection/session for operation.
The new callback record to be placed in the callback list.
Determines if a customer callback record already exists in the RX_CALLBACKS table and either inserts a new record or updates the existing record.
Syntax
'Declaration
 
Public Shared Sub InsertUpdateCallbackRecord( _
   ByVal source As DataSource, _
   ByVal session As DataSession, _
   ByVal callback As CallbackRecord _
) 
'Usage
 
Dim source As DataSource
Dim session As DataSession
Dim callback As CallbackRecord
 
CallbackRule.InsertUpdateCallbackRecord(source, session, callback)
public static void InsertUpdateCallbackRecord( 
   DataSource source,
   DataSession session,
   CallbackRecord callback
)

Parameters

source
The provider of database access operations.
session
The current database connection/session for operation.
callback
The new callback record to be placed in the callback list.
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

 

 


Send Comment