Responder Developer Guide
SubmitTroubleCall Method


Syntax
'Declaration
 
Public Function SubmitTroubleCall( _
   ByVal call As RxCall, _
   Optional ByVal callBackNumber As String, _
   Optional ByVal isResultOfCallback As Boolean, _
   Optional ByVal customFieldValuePair As IDictionary(Of String,Object) _
) As RxCall
'Usage
 
Dim instance As ResponderController
Dim call As RxCall
Dim callBackNumber As String
Dim isResultOfCallback As Boolean
Dim customFieldValuePair As IDictionary(Of String,Object)
Dim value As RxCall
 
value = instance.SubmitTroubleCall(call, callBackNumber, isResultOfCallback, customFieldValuePair)

Parameters

call
callBackNumber
isResultOfCallback
customFieldValuePair
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