Responder Developer Guide
UnassignCrewsFromOutage Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Unassigns crew(s) from an outage given the outage event ID. Server returns information on failed transactions by returrning an array of errorObjects.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function UnassignCrewsFromOutage( _
   ByVal outageEventID As String, _
   ByVal eventTime As Date, _
   ByVal reason As String, _
   ByVal crewsUnassigned As crewsDispatched, _
   ByVal comment As String _
) As errorObject
'Usage
 
Dim instance As OAServer
Dim outageEventID As String
Dim eventTime As Date
Dim reason As String
Dim crewsUnassigned As crewsDispatched
Dim comment As String
Dim value As errorObject
 
value = instance.UnassignCrewsFromOutage(outageEventID, eventTime, reason, crewsUnassigned, comment)
[WebMethod("Unassigns crew(s) from an outage given the outage event ID. Server returns information on failed transactions by returrning an array of errorObjects.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject UnassignCrewsFromOutage( 
   string outageEventID,
   DateTime eventTime,
   string reason,
   crewsDispatched crewsUnassigned,
   string comment
)

Parameters

outageEventID
eventTime
reason
crewsUnassigned
comment
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