ArcFM Engine Developer Guide
RemoteExecute(IDataServices) 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 IDataServices _
) As ConfiguratorRequest
'Usage
 
Dim dataServices As IDataServices
Dim value As ConfiguratorRequest
 
value = ConfiguratorRequest.RemoteExecute(dataServices)
public static ConfiguratorRequest RemoteExecute( 
   IDataServices dataServices
)

Parameters

dataServices
I remote proxy to the Responder DataServices component

Return Value

An object that contains the requested information
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ConfiguratorRequest Class
ConfiguratorRequest Members
Overload List

 

 


Send Comment