Responder Developer Guide
ProcessCallBackResultsRequest Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal incidentId As Long, _
   ByVal callBackbResult As CallbackResultDomain, _
   Optional ByVal autoDelete As Boolean _
)
'Usage
 
Dim incidentId As Long
Dim callBackbResult As CallbackResultDomain
Dim autoDelete As Boolean
 
Dim instance As New ProcessCallBackResultsRequest(incidentId, callBackbResult, autoDelete)
public ProcessCallBackResultsRequest( 
   long incidentId,
   CallbackResultDomain callBackbResult,
   bool autoDelete
)

Parameters

incidentId
callBackbResult
autoDelete
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

ProcessCallBackResultsRequest Class
ProcessCallBackResultsRequest Members

 

 


Send Comment