Responder Developer Guide
GetCustomerCallHistory Method (OAServer)


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