Remote Service

The RemoteService is a class/object provided by Remoting SDK and is used to represent the connection to a remote server. RemoteService is basically a combination of the Client Channel, a Message and the name of the data service. It is not usually not used by itself, but rather in combination with other components that need to make remote requests, such as DynamicRequest or Data Abstract's RemoteDataAdapter.

See Also