Responder Developer Guide
MomentaryOutageCreatedEvent Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal id As Integer, _
   ByVal outagePhases As Phases, _
   ByVal timeOp1 As Date, _
   ByVal timeOp2 As Date, _
   ByVal feature As FeatureID _
)
'Usage
 
Dim id As Integer
Dim outagePhases As Phases
Dim timeOp1 As Date
Dim timeOp2 As Date
Dim feature As FeatureID
 
Dim instance As New MomentaryOutageCreatedEvent(id, outagePhases, timeOp1, timeOp2, feature)
public MomentaryOutageCreatedEvent( 
   int id,
   Phases outagePhases,
   DateTime timeOp1,
   DateTime timeOp2,
   FeatureID feature
)

Parameters

id
outagePhases
timeOp1
timeOp2
feature
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

MomentaryOutageCreatedEvent Class
MomentaryOutageCreatedEvent Members

 

 


Send Comment