ArcFM Responder Mobile Developer Guide
FindCommonUpstreamDeviceRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal selectedDevices As System.Collections.Generic.IEnumerable(Of DeviceInfo), _
   ByVal commonOutagePhases As Miner.NetworkModel.Electric.Phases _
)
'Usage
 
Dim selectedDevices As System.Collections.Generic.IEnumerable(Of DeviceInfo)
Dim commonOutagePhases As Miner.NetworkModel.Electric.Phases
 
Dim instance As New FindCommonUpstreamDeviceRequest(selectedDevices, commonOutagePhases)
public FindCommonUpstreamDeviceRequest( 
   System.Collections.Generic.IEnumerable<DeviceInfo> selectedDevices,
   Miner.NetworkModel.Electric.Phases commonOutagePhases
)
public FindCommonUpstreamDeviceRequest( 
    selectedDevices: System.Collections.Generic.IEnumerable;
    commonOutagePhases: Miner.NetworkModel.Electric.Phases
); 
public function FindCommonUpstreamDeviceRequest( 
   selectedDevices : System.Collections.Generic.IEnumerable,
   commonOutagePhases : Miner.NetworkModel.Electric.Phases
);
public: FindCommonUpstreamDeviceRequest( 
   System.Collections.Generic.IEnumerable<DeviceInfo*>* selectedDevices,
   Miner.NetworkModel.Electric.Phases commonOutagePhases
)
public:
FindCommonUpstreamDeviceRequest( 
   System.Collections.Generic.IEnumerable<DeviceInfo^>^ selectedDevices,
   Miner.NetworkModel.Electric.Phases commonOutagePhases
)

Parameters

selectedDevices
commonOutagePhases
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

FindCommonUpstreamDeviceRequest Class
FindCommonUpstreamDeviceRequest Members

Send Feedback