Responder Developer Guide
SubmitAndForgetTroubleCall Method


Syntax
'Declaration
 
Public Sub SubmitAndForgetTroubleCall( _
   ByVal call As RxCall, _
   Optional ByVal isResultOfCallback As Boolean, _
   Optional ByVal customFieldValuePair As IDictionary(Of String,Object) _
) 
'Usage
 
Dim instance As ResponderController
Dim call As RxCall
Dim isResultOfCallback As Boolean
Dim customFieldValuePair As IDictionary(Of String,Object)
 
instance.SubmitAndForgetTroubleCall(call, isResultOfCallback, customFieldValuePair)
public void SubmitAndForgetTroubleCall( 
   RxCall call,
   bool isResultOfCallback,
   IDictionary<string,object> customFieldValuePair
)

Parameters

call
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