Responder Developer Guide
GetOutageStatusByLocation Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the current outage status of a customer location, given the outageLocation.  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 GetOutageStatusByLocation( _
   ByVal location As outageLocation _
) As locationStatus
'Usage
 
Dim instance As OAServer
Dim location As outageLocation
Dim value As locationStatus
 
value = instance.GetOutageStatusByLocation(location)
[WebMethod("Returns the current outage status of a customer location, given the outageLocation.  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 locationStatus GetOutageStatusByLocation( 
   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