Responder Developer Guide
CloseCalls Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Publisher notifies OA of a list of customer calls to close out.  OA returns status of failed transactions in an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function CloseCalls( _
   ByVal oldCalls() As customerCall _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim oldCalls() As customerCall
Dim value() As errorObject
 
value = instance.CloseCalls(oldCalls)
[WebMethod("Publisher notifies OA of a list of customer calls to close out.  OA returns status of failed transactions in an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] CloseCalls( 
   customerCall[] oldCalls
)

Parameters

oldCalls
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