Responder Developer Guide
CreateScadaEventProcess Method


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

Parameters

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

ScadaEventProcess Class
ScadaEventProcess Members

 

 


Send Comment