ArcFM Responder Mobile Developer Guide
RemoteExecute() Method






Executes the request via the Responder DataServices component.
Syntax
'Declaration
 
Public Overloads Shared Function RemoteExecute() As ArchiveConfiguratorRequest
'Usage
 
Dim value As ArchiveConfiguratorRequest
 
value = ArchiveConfiguratorRequest.RemoteExecute()
public static ArchiveConfiguratorRequest RemoteExecute()
public function RemoteExecute(): ArchiveConfiguratorRequest; static; 
public static function RemoteExecute() : ArchiveConfiguratorRequest;
public: static ArchiveConfiguratorRequest* RemoteExecute(); 
public:
static ArchiveConfiguratorRequest^ 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

ArchiveConfiguratorRequest Class
ArchiveConfiguratorRequest Members
Overload List

Send Feedback