Responder Developer Guide
GetCustomerOutageHistory Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns all outage duration events that have been processed by the outage management system for a given customer account and service location in the form of an outageDurationEventList.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetCustomerOutageHistory( _
   ByVal accountNumber As String, _
   ByVal servLoc As String _
) As outageDurationEventList
'Usage
 
Dim instance As OAServer
Dim accountNumber As String
Dim servLoc As String
Dim value As outageDurationEventList
 
value = instance.GetCustomerOutageHistory(accountNumber, servLoc)
[WebMethod("Returns all outage duration events that have been processed by the outage management system for a given customer account and service location in the form of an outageDurationEventList.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public outageDurationEventList GetCustomerOutageHistory( 
   string accountNumber,
   string servLoc
)

Parameters

accountNumber
servLoc
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