ArcFM Responder Mobile Developer Guide
FindDevicesByOIDsRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal devicesDict As System.Collections.Generic.IDictionary(Of Integer,List(Of Integer)) _
)
'Usage
 
Dim devicesDict As System.Collections.Generic.IDictionary(Of Integer,List(Of Integer))
 
Dim instance As New FindDevicesByOIDsRequest(devicesDict)
public FindDevicesByOIDsRequest( 
   System.Collections.Generic.IDictionary<int,List<int>> devicesDict
)
public FindDevicesByOIDsRequest( 
    devicesDict: System.Collections.Generic.IDictionary
); 
public function FindDevicesByOIDsRequest( 
   devicesDict : System.Collections.Generic.IDictionary
);
public: FindDevicesByOIDsRequest( 
   System.Collections.Generic.IDictionary<int,List<int>*>* devicesDict
)
public:
FindDevicesByOIDsRequest( 
   System.Collections.Generic.IDictionary<int,List<int>^>^ devicesDict
)

Parameters

devicesDict
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

FindDevicesByOIDsRequest Class
FindDevicesByOIDsRequest Members

Send Feedback