ArcFM Responder Mobile Developer Guide
RegionCallStatusRequest Constructor






The length in time beyond which calls reporting no power will be counted in the Miner.Responder.Framework.BusinessObjects.RegionCallStatus CallsWithoutPowerRestoredAfterTimespaceCount property.
Instantiates a new RegionCallStatusRequest instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal callOutageNotRestoredTimeSpanInMinutes As System.Double _
)
'Usage
 
Dim callOutageNotRestoredTimeSpanInMinutes As System.Double
 
Dim instance As New RegionCallStatusRequest(callOutageNotRestoredTimeSpanInMinutes)
public RegionCallStatusRequest( 
   System.double callOutageNotRestoredTimeSpanInMinutes
)
public RegionCallStatusRequest( 
    callOutageNotRestoredTimeSpanInMinutes: System.Double
); 
public function RegionCallStatusRequest( 
   callOutageNotRestoredTimeSpanInMinutes : System.double
);
public: RegionCallStatusRequest( 
   System.double callOutageNotRestoredTimeSpanInMinutes
)
public:
RegionCallStatusRequest( 
   System.double callOutageNotRestoredTimeSpanInMinutes
)

Parameters

callOutageNotRestoredTimeSpanInMinutes
The length in time beyond which calls reporting no power will be counted in the Miner.Responder.Framework.BusinessObjects.RegionCallStatus CallsWithoutPowerRestoredAfterTimespaceCount property.
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

RegionCallStatusRequest Class
RegionCallStatusRequest Members

Send Feedback