ArcFM Responder Mobile Developer Guide
FindDownstreamSubsourceDevicesRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal devices As System.Collections.Generic.IList(Of FeatureID) _
)
'Usage
 
Dim devices As System.Collections.Generic.IList(Of FeatureID)
 
Dim instance As New FindDownstreamSubsourceDevicesRequest(devices)
public FindDownstreamSubsourceDevicesRequest( 
   System.Collections.Generic.IList<FeatureID> devices
)
public FindDownstreamSubsourceDevicesRequest( 
    devices: System.Collections.Generic.IList
); 
public function FindDownstreamSubsourceDevicesRequest( 
   devices : System.Collections.Generic.IList
);
public: FindDownstreamSubsourceDevicesRequest( 
   System.Collections.Generic.IList<FeatureID*>* devices
)
public:
FindDownstreamSubsourceDevicesRequest( 
   System.Collections.Generic.IList<FeatureID^>^ devices
)

Parameters

devices
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

FindDownstreamSubsourceDevicesRequest Class
FindDownstreamSubsourceDevicesRequest Members

Send Feedback