ArcFM Responder Mobile Developer Guide
ConsolidateIncidentsRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal combinedID As System.Integer, _
   ByVal otherincidents As System.Collections.Generic.List(Of Integer), _
   ByVal obj As IncidentsObject _
)
'Usage
 
Dim combinedID As System.Integer
Dim otherincidents As System.Collections.Generic.List(Of Integer)
Dim obj As IncidentsObject
 
Dim instance As New ConsolidateIncidentsRequest(combinedID, otherincidents, obj)
public ConsolidateIncidentsRequest( 
   System.int combinedID,
   System.Collections.Generic.List<int> otherincidents,
   IncidentsObject obj
)
public ConsolidateIncidentsRequest( 
    combinedID: System.Integer;
    otherincidents: System.Collections.Generic.List;
    obj: IncidentsObject
); 
public function ConsolidateIncidentsRequest( 
   combinedID : System.int,
   otherincidents : System.Collections.Generic.List,
   obj : IncidentsObject
);
public: ConsolidateIncidentsRequest( 
   System.int combinedID,
   System.Collections.Generic.List<int>* otherincidents,
   IncidentsObject* obj
)
public:
ConsolidateIncidentsRequest( 
   System.int combinedID,
   System.Collections.Generic.List<int>^ otherincidents,
   IncidentsObject^ obj
)

Parameters

combinedID
otherincidents
obj
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

ConsolidateIncidentsRequest Class
ConsolidateIncidentsRequest Members

Send Feedback