Responder Developer Guide
GetCustomerCallsOnServiceLocation Method (OAServer)


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

Parameters

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