Responder Developer Guide
GetOutageEventStatusByOutageLocation Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the current status of an outage event, given the outage location.  The outageLocation object includes the telephone number, service locationID, account number and/or meter number at the location of the outage.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetOutageEventStatusByOutageLocation( _
   ByVal location As outageLocation _
) As outageEventStatus
'Usage
 
Dim instance As OAServer
Dim location As outageLocation
Dim value As outageEventStatus
 
value = instance.GetOutageEventStatusByOutageLocation(location)
[WebMethod("Returns the current status of an outage event, given the outage location.  The outageLocation object includes the telephone number, service locationID, account number and/or meter number at the location of the outage.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public outageEventStatus GetOutageEventStatusByOutageLocation( 
   outageLocation location
)

Parameters

location
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