Responder Developer Guide
GetActiveOutages Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the outageEventIDs for all active outage events.  The outageEventID is the objectID of an outageEvent.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetActiveOutages() As String()
'Usage
 
Dim instance As OAServer
Dim value() As String
 
value = instance.GetActiveOutages()
[WebMethod("Returns the outageEventIDs for all active outage events.  The outageEventID is the objectID of an outageEvent.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public string[] GetActiveOutages()
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