Responder Developer Guide
CreateScadaEventProcessHist Method


Syntax
'Declaration
 
Public Shared Function CreateScadaEventProcessHist( _
   ByVal deviceID As String, _
   ByVal eventType As String, _
   ByVal eventTime As Date, _
   ByVal startTime As Date, _
   ByVal eventID As Integer, _
   ByVal endTime As Date, _
   ByVal outageType As Integer, _
   ByVal processFlag As Integer _
) As ScadaEventProcessHist
'Usage
 
Dim deviceID As String
Dim eventType As String
Dim eventTime As Date
Dim startTime As Date
Dim eventID As Integer
Dim endTime As Date
Dim outageType As Integer
Dim processFlag As Integer
Dim value As ScadaEventProcessHist
 
value = ScadaEventProcessHist.CreateScadaEventProcessHist(deviceID, eventType, eventTime, startTime, eventID, endTime, outageType, processFlag)
public static ScadaEventProcessHist CreateScadaEventProcessHist( 
   string deviceID,
   string eventType,
   DateTime eventTime,
   DateTime startTime,
   int eventID,
   DateTime endTime,
   int outageType,
   int processFlag
)

Parameters

deviceID
eventType
eventTime
startTime
eventID
endTime
outageType
processFlag
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

ScadaEventProcessHist Class
ScadaEventProcessHist Members

 

 


Send Comment