ArcFM Responder Mobile Developer Guide
OutageAccumulator Constructor(MajorEventDayManager,Double)






Syntax
'Declaration
 
Public Function New( _
   ByVal majorEventDayManager As MajorEventDayManager, _
   ByVal momentaryInterruptionThresholdMinutes As System.Double _
)
'Usage
 
Dim majorEventDayManager As MajorEventDayManager
Dim momentaryInterruptionThresholdMinutes As System.Double
 
Dim instance As New OutageAccumulator(majorEventDayManager, momentaryInterruptionThresholdMinutes)
public function OutageAccumulator( 
   majorEventDayManager : MajorEventDayManager,
   momentaryInterruptionThresholdMinutes : System.double
);

Parameters

majorEventDayManager
momentaryInterruptionThresholdMinutes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutageAccumulator Class
OutageAccumulator Members
Overload List

Send Feedback