Responder Developer Guide
RegisterScadaEvents Method


Syntax
'Declaration
 
Public Function RegisterScadaEvents( _
   ByVal scadaEvents As IList(Of ScadaEvent) _
) As List(Of ErrorObject)
'Usage
 
Dim instance As ScadaController
Dim scadaEvents As IList(Of ScadaEvent)
Dim value As List(Of ErrorObject)
 
value = instance.RegisterScadaEvents(scadaEvents)
public List<ErrorObject> RegisterScadaEvents( 
   IList<ScadaEvent> scadaEvents
)

Parameters

scadaEvents
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

ScadaController Class
ScadaController Members

 

 


Send Comment