Responder Developer Guide
CreateEventChains Method


Syntax
'Declaration
 
Public Shared Function CreateEventChains( _
   ByVal events As IEnumerable(Of ScadaEvent), _
   ByVal maximumGapSpan As TimeSpan _
) As List(Of EventChain)
'Usage
 
Dim events As IEnumerable(Of ScadaEvent)
Dim maximumGapSpan As TimeSpan
Dim value As List(Of EventChain)
 
value = EventChain.CreateEventChains(events, maximumGapSpan)
public static List<EventChain> CreateEventChains( 
   IEnumerable<ScadaEvent> events,
   TimeSpan maximumGapSpan
)

Parameters

events
maximumGapSpan
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

EventChain Class
EventChain Members

 

 


Send Comment