Responder Developer Guide
UpdateMessageStatus Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Publisher Notifies subscriber that a call message was listened.  Subscriber returns status of failed transactions in an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function UpdateMessageStatus( _
   ByVal updatedMessages() As message _
) As errorObject()
'Usage
 
Dim instance As OAServer
Dim updatedMessages() As message
Dim value() As errorObject
 
value = instance.UpdateMessageStatus(updatedMessages)
[WebMethod("Publisher Notifies subscriber that a call message was listened.  Subscriber returns status of failed transactions in an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] UpdateMessageStatus( 
   message[] updatedMessages
)

Parameters

updatedMessages
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