Responder Developer Guide
SetOutageElementStatus Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("This method allows a dispatcher or operator to verify or restore any circuit element by phase.  This controls how the outage analysis behaves if the outage is assumed.  It also allows for connectivity changes or backfeeds by performing switching operations. It is recommended that the dispatcher verify current status using GetOutageElementStatus prior to calling this method to change the outage element status.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function SetOutageElementStatus( _
   ByVal troubledElement As String, _
   ByVal statusPhaseA As outageElementStatus, _
   ByVal statusPhaseB As outageElementStatus, _
   ByVal statusPhaseC As outageElementStatus, _
   ByVal eventTime As Date, _
   ByVal dispatcherResponsible As String _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim troubledElement As String
Dim statusPhaseA As outageElementStatus
Dim statusPhaseB As outageElementStatus
Dim statusPhaseC As outageElementStatus
Dim eventTime As Date
Dim dispatcherResponsible As String
Dim value() As errorObject
 
value = instance.SetOutageElementStatus(troubledElement, statusPhaseA, statusPhaseB, statusPhaseC, eventTime, dispatcherResponsible)
[WebMethod("This method allows a dispatcher or operator to verify or restore any circuit element by phase.  This controls how the outage analysis behaves if the outage is assumed.  It also allows for connectivity changes or backfeeds by performing switching operations. It is recommended that the dispatcher verify current status using GetOutageElementStatus prior to calling this method to change the outage element status.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] SetOutageElementStatus( 
   string troubledElement,
   outageElementStatus statusPhaseA,
   outageElementStatus statusPhaseB,
   outageElementStatus statusPhaseC,
   DateTime eventTime,
   string dispatcherResponsible
)

Parameters

troubledElement
statusPhaseA
statusPhaseB
statusPhaseC
eventTime
dispatcherResponsible
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

OAServer Class
OAServer Members

 

 


Send Comment