ArcFM Responder Mobile Developer Guide
WriteStatusChangeRequest Class
Members 






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.
Object Model
WriteStatusChangeRequest Class
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public MustInherit Class WriteStatusChangeRequest 
   Implements Miner.Responder.Shared.IDataRequest 
'Usage
 
Dim instance As WriteStatusChangeRequest
[System.Serializable()]
public abstract class WriteStatusChangeRequest : Miner.Responder.Shared.IDataRequest  
public class WriteStatusChangeRequest = class(Miner.Responder.Shared.IDataRequest)abstract; 
System.SerializableAttribute()
public abstract class WriteStatusChangeRequest implements Miner.Responder.Shared.IDataRequest 
[System.Serializable()]
public __gc abstract class WriteStatusChangeRequest : public Miner.Responder.Shared.IDataRequest  
[System.Serializable()]
public ref class WriteStatusChangeRequest abstract : public 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 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

WriteStatusChangeRequest Members
Miner.Responder.Framework.Requests Namespace

Send Feedback