Responder Developer Guide
CallbackOnPowerRestored Class
Members 


Product Availability
Required Licenses
.NET Assembly
Provides a callback event when power has been restored.
Object Model
CallbackOnPowerRestored Class
Syntax
'Declaration
 
Public Class CallbackOnPowerRestored 
   Implements ICallbackEvent 
'Usage
 
Dim instance As CallbackOnPowerRestored
public class CallbackOnPowerRestored : ICallbackEvent  
Remarks
The PowerRestored callback event can only occur when power has been restored on one or more phases of an incident device. Since an incident device may have hundreds of loadpoints associated with it (e.g. a recloser), it is best to have this rule condition look for a power restore situation in an incident device row rather than looking at each of the multiple associated loadpoint rows. A restoration of power in one or more phases of an incident device does not define which customers are now restored. Instead, the loadpoint records associated with the incident device must be examined to determine which loadpoints have been updated (modified) and have a TIME_RESTORED value defined. Only the customers for those loadpoints now have power restored.
Inheritance Hierarchy

System.Object
   Miner.Responder.Processors.Callback.CallbackOnPowerRestored

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

CallbackOnPowerRestored Members
Miner.Responder.Processors.Callback Namespace

 

 


Send Comment