ArcFM Responder Mobile Developer Guide
RemoteExecute(DeviceInfo,Boolean) Method






Syntax
'Declaration
 
Public Overloads Shared Function RemoteExecute( _
   ByVal device As DeviceInfo, _
   ByVal phaseAgnostic As System.Boolean _
) As IsDownstreamOfIncidentRequest
'Usage
 
Dim device As DeviceInfo
Dim phaseAgnostic As System.Boolean
Dim value As IsDownstreamOfIncidentRequest
 
value = IsDownstreamOfIncidentRequest.RemoteExecute(device, phaseAgnostic)
public static IsDownstreamOfIncidentRequest RemoteExecute( 
   DeviceInfo device,
   System.bool phaseAgnostic
)
public function RemoteExecute( 
    device: DeviceInfo;
    phaseAgnostic: System.Boolean
): IsDownstreamOfIncidentRequest; static; 
public static function RemoteExecute( 
   device : DeviceInfo,
   phaseAgnostic : System.boolean
) : IsDownstreamOfIncidentRequest;
public: static IsDownstreamOfIncidentRequest* RemoteExecute( 
   DeviceInfo* device,
   System.bool phaseAgnostic
) 
public:
static IsDownstreamOfIncidentRequest^ RemoteExecute( 
   DeviceInfo^ device,
   System.bool phaseAgnostic
) 

Parameters

device
phaseAgnostic
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

IsDownstreamOfIncidentRequest Class
IsDownstreamOfIncidentRequest Members
Overload List

Send Feedback