Responder Developer Guide
CallbackPowerStatus Constructor


The incident device to test.
Constructs an object to determine if there are any power phases that are opening (power going out) or that are closing (power being restored).
Syntax
'Declaration
 
Public Function New( _
   ByVal incidentDeviceRow As DataRow _
)
'Usage
 
Dim incidentDeviceRow As DataRow
 
Dim instance As New CallbackPowerStatus(incidentDeviceRow)
public CallbackPowerStatus( 
   DataRow incidentDeviceRow
)

Parameters

incidentDeviceRow
The incident device to test.
Remarks
The row state of the incident device row determines which data should be examined to determine if power is going out or is being restored.
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

CallbackPowerStatus Class
CallbackPowerStatus Members

 

 


Send Comment