Responder Developer Guide
InitiateCut Method (OAServer)


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

Parameters

newCut
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