Responder Developer Guide
GetOutageEventStatus Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the current status of an outage event, given the outage event ID.  ")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetOutageEventStatus( _
   ByVal outageEventID As String _
) As outageEventStatus
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim value As outageEventStatus
 
value = instance.GetOutageEventStatus(outageEventID)
[WebMethod("Returns the current status of an outage event, given the outage event ID.  ")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public outageEventStatus GetOutageEventStatus( 
   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