ArcFM Responder Mobile Developer Guide
CallOutageNotRestoredTimeSpanInMinutes Property






Gets the length in time beyond which calls reporting no power will be counted in the Miner.Responder.Framework.BusinessObjects.RegionCallStatus CallsWithoutPowerRestoredAfterTimespaceCount property.
Syntax
'Declaration
 
Public ReadOnly Property CallOutageNotRestoredTimeSpanInMinutes As System.Double
'Usage
 
Dim instance As RegionCallStatusRequest
Dim value As System.Double
 
value = instance.CallOutageNotRestoredTimeSpanInMinutes
public System.double CallOutageNotRestoredTimeSpanInMinutes {get;}
public read-only property CallOutageNotRestoredTimeSpanInMinutes: System.Double; 
public function get CallOutageNotRestoredTimeSpanInMinutes : System.double
public: __property System.double get_CallOutageNotRestoredTimeSpanInMinutes();
public:
property System.double CallOutageNotRestoredTimeSpanInMinutes {
   System.double get();
}
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