Responder Developer Guide
GetOutagedODDevices Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the outageDetectionDevices that are currently experiencing outage conditions.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetOutagedODDevices() As outageDetectionDevice()
'Usage
 
Dim instance As OAServer
Dim value() As outageDetectionDevice
 
value = instance.GetOutagedODDevices()
[WebMethod("Returns the outageDetectionDevices that are currently experiencing outage conditions.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public outageDetectionDevice[] GetOutagedODDevices()
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