Responder Developer Guide
CreateLocationCall Method


Syntax
'Declaration
 
Public Function CreateLocationCall( _
   ByVal troubleCode As String, _
   ByVal callRemarks As String, _
   ByVal invalidTroubleCodes As List(Of String), _
   ByVal originationCode As Integer, _
   ByVal customFieldValuePair As IDictionary(Of String,Object), _
   ByVal eventTime As Date _
) As Boolean
'Usage
 
Dim instance As ResponderController
Dim troubleCode As String
Dim callRemarks As String
Dim invalidTroubleCodes As List(Of String)
Dim originationCode As Integer
Dim customFieldValuePair As IDictionary(Of String,Object)
Dim eventTime As Date
Dim value As Boolean
 
value = instance.CreateLocationCall(troubleCode, callRemarks, invalidTroubleCodes, originationCode, customFieldValuePair, eventTime)

Parameters

troubleCode
callRemarks
invalidTroubleCodes
originationCode
customFieldValuePair
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

ResponderController Class
ResponderController Members

 

 


Send Comment