Responder Developer Guide
ResolvedCaller Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Publisher Notifies subscriber that an unresolved caller is now resolved by the dispatcher.  Subscriber returns status of failed transactions in an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function ResolvedCaller( _
   ByVal resolvedCallers() As customerCall _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim resolvedCallers() As customerCall
Dim value() As errorObject
 
value = instance.ResolvedCaller(resolvedCallers)
[WebMethod("Publisher Notifies subscriber that an unresolved caller is now resolved by the dispatcher.  Subscriber returns status of failed transactions in an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] ResolvedCaller( 
   customerCall[] resolvedCallers
)

Parameters

resolvedCallers
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