Miner.Responder.RxIF.Multispeak30ab Assembly > Miner.Responder.RxIF.Multispeak30ab Namespace > OAServer Class : UnassignCrewsFromOutage Method |
'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 )
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.