Responder Developer Guide
AddRemarkToOutage Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Allows a system operator to add a remark to an outage event.  OA returns information on failed transactions by returrning an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function AddRemarkToOutage( _
   ByVal outageEventID As String, _
   ByVal remarks As String, _
   ByVal eventTime As Date _
) As errorObject
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim remarks As String
Dim eventTime As Date
Dim value As errorObject
 
value = instance.AddRemarkToOutage(outageEventID, remarks, eventTime)
[WebMethod("Allows a system operator to add a remark to an outage event.  OA returns information on failed transactions by returrning an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject AddRemarkToOutage( 
   string outageEventID,
   string remarks,
   DateTime eventTime
)

Parameters

outageEventID
remarks
eventTime
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