Responder Developer Guide
RestoreOutage Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Publisher notifies OA of an outage that should be denoted as being restored, given an outage event ID.  OA returns information on failed transactions by returrning an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function RestoreOutage( _
   ByVal outageEventID As String, _
   ByVal eventTime As Date, _
   ByVal callBackCustomersThatCalled As Boolean, _
   ByVal outageCause As outageReasonContainer, _
   ByVal dispatcherResponsible As String _
) As errorObject
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim eventTime As Date
Dim callBackCustomersThatCalled As Boolean
Dim outageCause As outageReasonContainer
Dim dispatcherResponsible As String
Dim value As errorObject
 
value = instance.RestoreOutage(outageEventID, eventTime, callBackCustomersThatCalled, outageCause, dispatcherResponsible)
[WebMethod("Publisher notifies OA of an outage that should be denoted as being restored, given an outage event ID.  OA returns information on failed transactions by returrning an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject RestoreOutage( 
   string outageEventID,
   DateTime eventTime,
   bool callBackCustomersThatCalled,
   outageReasonContainer outageCause,
   string dispatcherResponsible
)

Parameters

outageEventID
eventTime
callBackCustomersThatCalled
outageCause
dispatcherResponsible
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