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


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

Parameters

rxCall
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