Responder Developer Guide
AssignCrewsToOutage Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Assigns crews to an outage given the outage event ID.  OA returns information on failed transactions by returrning an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function AssignCrewsToOutage( _
   ByVal outageEventID As String, _
   ByVal crewsAssigned As crewsDispatched, _
   ByVal eventTime As Date _
) As errorObject
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim crewsAssigned As crewsDispatched
Dim eventTime As Date
Dim value As errorObject
 
value = instance.AssignCrewsToOutage(outageEventID, crewsAssigned, eventTime)
[WebMethod("Assigns crews to an outage given the outage event ID.  OA returns information on failed transactions by returrning an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject AssignCrewsToOutage( 
   string outageEventID,
   crewsDispatched crewsAssigned,
   DateTime eventTime
)

Parameters

outageEventID
crewsAssigned
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