Responder Developer Guide
SubmitCustomerCallRequest Constructor(RxCall,String,Boolean,IDictionary<String,Object>)


Syntax
'Declaration
 
Public Function New( _
   ByVal rxCall As RxCall, _
   ByVal callBackNumber As String, _
   ByVal isResultofCallback As Boolean, _
   ByVal fieldValuePair As IDictionary(Of String,Object) _
)
'Usage
 
Dim rxCall As RxCall
Dim callBackNumber As String
Dim isResultofCallback As Boolean
Dim fieldValuePair As IDictionary(Of String,Object)
 
Dim instance As New SubmitCustomerCallRequest(rxCall, callBackNumber, isResultofCallback, fieldValuePair)
public SubmitCustomerCallRequest( 
   RxCall rxCall,
   string callBackNumber,
   bool isResultofCallback,
   IDictionary<string,object> fieldValuePair
)

Parameters

rxCall
callBackNumber
isResultofCallback
fieldValuePair
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

SubmitCustomerCallRequest Class
SubmitCustomerCallRequest Members
Overload List

 

 


Send Comment