Responder Developer Guide
GetOutageDurationEvents Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns all outage duration events that have been processed by the outage management system for a given outage identified by outageEventID, returned in the form of an outageDurationEventList.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetOutageDurationEvents( _
   ByVal outageEventID As String _
) As outageDurationEventList
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim value As outageDurationEventList
 
value = instance.GetOutageDurationEvents(outageEventID)
[WebMethod("Returns all outage duration events that have been processed by the outage management system for a given outage identified by outageEventID, returned in the form of an outageDurationEventList.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public outageDurationEventList GetOutageDurationEvents( 
   string outageEventID
)

Parameters

outageEventID
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