ArcFM Responder Mobile Developer Guide
FindIncidentForJumperRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer _
)
'Usage
 
Dim fcid As System.Integer
Dim oid As System.Integer
 
Dim instance As New FindIncidentForJumperRequest(fcid, oid)
public FindIncidentForJumperRequest( 
   System.int fcid,
   System.int oid
)
public FindIncidentForJumperRequest( 
    fcid: System.Integer;
    oid: System.Integer
); 
public function FindIncidentForJumperRequest( 
   fcid : System.int,
   oid : System.int
);
public: FindIncidentForJumperRequest( 
   System.int fcid,
   System.int oid
)
public:
FindIncidentForJumperRequest( 
   System.int fcid,
   System.int oid
)

Parameters

fcid
oid
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

FindIncidentForJumperRequest Class
FindIncidentForJumperRequest Members

Send Feedback