ArcFM Responder Mobile Developer Guide
RemoteExecute() Method






Executes the request via the Responder DataServices component.
Syntax
'Declaration
 
Public Overloads Shared Function RemoteExecute() As ConfiguratorRequest
'Usage
 
Dim value As ConfiguratorRequest
 
value = ConfiguratorRequest.RemoteExecute()
public static ConfiguratorRequest RemoteExecute()
public function RemoteExecute(): ConfiguratorRequest; static; 
public static function RemoteExecute() : ConfiguratorRequest;
public: static ConfiguratorRequest* RemoteExecute(); 
public:
static ConfiguratorRequest^ RemoteExecute(); 

Return Value

An object that contains the requested information
Remarks
This override will execute the request using the DataServices component returned from ResponderServices.GetDataServices() method.
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

ConfiguratorRequest Class
ConfiguratorRequest Members
Overload List

Send Feedback