ArcFM Engine Developer Guide
WriteStatusChangeRequest Class
Members 


Product Availability
Required Licenses
.NET Assembly
Submits device status changes from an external system to Responder. If the status change is part of a switching operation, the operation and incident device step records are updated with the new status. Otherwise, the actual status of the device itself is set to the new status.
Syntax
'Declaration
 
<SerializableAttribute()>
Public MustInherit Class WriteStatusChangeRequest 
   Implements Miner.Responder.Shared.IDataRequest 
'Usage
 
Dim instance As WriteStatusChangeRequest
[Serializable()]
public abstract class WriteStatusChangeRequest : Miner.Responder.Shared.IDataRequest  
Remarks

The derived classes, WriteStatusChangeRequestFromCompoundPhase and WriteStatusChangeFromDiscretePhase implement this abstract class. The latter assumes that the external system (DMS) knows which phases have changed. The former assumes that the status change applies to all phases that the device operates.

Inheritance Hierarchy

System.Object
   Miner.Responder.Framework.Requests.WriteStatusChangeRequest
      Miner.Responder.Framework.Requests.WriteStatusChangeRequestFromCompoundPhase
      Miner.Responder.Framework.Requests.WriteStatusChangeRequestFromDiscretePhase

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 Members
Miner.Responder.Framework.Requests Namespace

 

 


Send Comment