Responder Developer Guide
IsPhaseAbnormal Method (WriteStatusChangeRequest)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Protected MustOverride Function IsPhaseAbnormal( _
   ByVal phaseIsClosed As Boolean, _
   ByVal requestedPhase As Phases, _
   ByVal currentPhase As Phases _
) As Boolean
'Usage
 
Dim instance As WriteStatusChangeRequest
Dim phaseIsClosed As Boolean
Dim requestedPhase As Phases
Dim currentPhase As Phases
Dim value As Boolean
 
value = instance.IsPhaseAbnormal(phaseIsClosed, requestedPhase, currentPhase)
protected abstract bool IsPhaseAbnormal( 
   bool phaseIsClosed,
   Phases requestedPhase,
   Phases currentPhase
)

Parameters

phaseIsClosed
requestedPhase
currentPhase
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

WriteStatusChangeRequest Class
WriteStatusChangeRequest Members

 

 


Send Comment