Responder Developer Guide
SetValuesForAllCallbackRecords Method


Syntax
'Declaration
 
Public Sub SetValuesForAllCallbackRecords( _
   ByVal incidentId As Integer, _
   ByVal region As Object, _
   ByVal callReasonCode As Integer, _
   ByVal curTime As Date _
) 
'Usage
 
Dim instance As CallbackRecord
Dim incidentId As Integer
Dim region As Object
Dim callReasonCode As Integer
Dim curTime As Date
 
instance.SetValuesForAllCallbackRecords(incidentId, region, callReasonCode, curTime)
public void SetValuesForAllCallbackRecords( 
   int incidentId,
   object region,
   int callReasonCode,
   DateTime curTime
)

Parameters

incidentId
region
callReasonCode
curTime
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

CallbackRecord Class
CallbackRecord Members

 

 


Send Comment