Responder Developer Guide
RestoreCut Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Publisher notifies OA of a cut that should be restored.  OA returns information on failed transactions by returrning an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function RestoreCut( _
   ByVal restoreCut As switchDeviceBank, _
   ByVal eventTime As Date _
) As errorObject
'Usage
 
Dim instance As OAServer
Dim restoreCut As switchDeviceBank
Dim eventTime As Date
Dim value As errorObject
 
value = instance.RestoreCut(restoreCut, eventTime)
[WebMethod("Publisher notifies OA of a cut that should be restored.  OA returns information on failed transactions by returrning an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject RestoreCut( 
   switchDeviceBank restoreCut,
   DateTime eventTime
)

Parameters

restoreCut
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