ArcFM Responder Mobile Developer Guide
AssignCallToIncidentRequest Constructor






Initializes a new instance of the CreateIncidentOnDevice class.
Syntax
'Declaration
 
Public Function New( _
   ByVal callId As System.Integer, _
   ByVal incidentId As System.Integer _
)
'Usage
 
Dim callId As System.Integer
Dim incidentId As System.Integer
 
Dim instance As New AssignCallToIncidentRequest(callId, incidentId)
public AssignCallToIncidentRequest( 
   System.int callId,
   System.int incidentId
)
public AssignCallToIncidentRequest( 
    callId: System.Integer;
    incidentId: System.Integer
); 
public function AssignCallToIncidentRequest( 
   callId : System.int,
   incidentId : System.int
);
public: AssignCallToIncidentRequest( 
   System.int callId,
   System.int incidentId
)
public:
AssignCallToIncidentRequest( 
   System.int callId,
   System.int incidentId
)

Parameters

callId
incidentId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AssignCallToIncidentRequest Class
AssignCallToIncidentRequest Members

Send Feedback