Responder Developer Guide
GetOutageByCircuitElement Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the outage event, if any, associated with a circuitElement given the .  The outageEventID is the objectID of an outageEvent obtained earlier by calling GetActiveOutages.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetOutageByCircuitElement( _
   ByVal cktElement As circuitElement _
) As outageEvent
'Usage
 
Dim instance As OAServer
Dim cktElement As circuitElement
Dim value As outageEvent
 
value = instance.GetOutageByCircuitElement(cktElement)
[WebMethod("Returns the outage event, if any, associated with a circuitElement given the .  The outageEventID is the objectID of an outageEvent obtained earlier by calling GetActiveOutages.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public outageEvent GetOutageByCircuitElement( 
   circuitElement cktElement
)

Parameters

cktElement
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