Responder Developer Guide
GetOutageMessagePromptList Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the current outage message prompt list.  The requester system can store these messages and play them back to callers on demand, based on the OutageEventID.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetOutageMessagePromptList() As message()
'Usage
 
Dim instance As OAServer
Dim value() As message
 
value = instance.GetOutageMessagePromptList()
[WebMethod("Returns the current outage message prompt list.  The requester system can store these messages and play them back to callers on demand, based on the OutageEventID.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public message[] GetOutageMessagePromptList()
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