Responder Developer Guide
CreateIncident Method


Syntax
'Declaration
 
Protected Sub CreateIncident( _
   ByVal IncidentDevice As DeviceInfo, _
   ByVal DeviceOperation As Integer _
) 
'Usage
 
Dim instance As SubmitScadaIncidentRequest
Dim IncidentDevice As DeviceInfo
Dim DeviceOperation As Integer
 
instance.CreateIncident(IncidentDevice, DeviceOperation)
protected void CreateIncident( 
   DeviceInfo IncidentDevice,
   int DeviceOperation
)

Parameters

IncidentDevice
DeviceOperation
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

SubmitScadaIncidentRequest Class
SubmitScadaIncidentRequest Members

 

 


Send Comment