Responder Developer Guide
DeviceWasRestored Method


Device id
Incident id
History device table
Should canceled incidents be archived
Check is device with device id deviceID and incident id incidentID restored.
Syntax
'Declaration
 
Protected Function DeviceWasRestored( _
   ByVal deviceID As Integer, _
   ByVal incidentID As Integer, _
   ByVal historyTable As DataTable, _
   ByVal includeCanceled As Boolean _
) As Boolean
'Usage
 
Dim instance As ArchiveIncidentDevicesTransformation
Dim deviceID As Integer
Dim incidentID As Integer
Dim historyTable As DataTable
Dim includeCanceled As Boolean
Dim value As Boolean
 
value = instance.DeviceWasRestored(deviceID, incidentID, historyTable, includeCanceled)
protected bool DeviceWasRestored( 
   int deviceID,
   int incidentID,
   DataTable historyTable,
   bool includeCanceled
)

Parameters

deviceID
Device id
incidentID
Incident id
historyTable
History device table
includeCanceled
Should canceled incidents be archived
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

ArchiveIncidentDevicesTransformation Class
ArchiveIncidentDevicesTransformation Members

 

 


Send Comment