ArcFM Responder Mobile Developer Guide
RemoteExecute(IArchiveServices) Method






I remote proxy to the Responder DataServices component
Executes the request via the Responder DataServices component.
Syntax
'Declaration
 
Public Overloads Shared Function RemoteExecute( _
   ByVal dataServices As IArchiveServices _
) As ArchiveConfiguratorRequest
'Usage
 
Dim dataServices As IArchiveServices
Dim value As ArchiveConfiguratorRequest
 
value = ArchiveConfiguratorRequest.RemoteExecute(dataServices)
public static ArchiveConfiguratorRequest RemoteExecute( 
   IArchiveServices dataServices
)
public function RemoteExecute( 
    dataServices: IArchiveServices
): ArchiveConfiguratorRequest; static; 
public static function RemoteExecute( 
   dataServices : IArchiveServices
) : ArchiveConfiguratorRequest;
public: static ArchiveConfiguratorRequest* RemoteExecute( 
   IArchiveServices* dataServices
) 
public:
static ArchiveConfiguratorRequest^ RemoteExecute( 
   IArchiveServices^ dataServices
) 

Parameters

dataServices
I remote proxy to the Responder DataServices component

Return Value

An object that contains the requested information
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