pmMDA.NET

IRemotingHandler Interface

[This is preliminary documentation and subject to change.]

The remoting handler is the interface used to load, save and delete data objects over the network.

For a list of all members of this type, see IRemotingHandler Members.

public interface IRemotingHandler

Types that implement IRemotingHandler

Type Description
HostRemotingHandler The host remoting handler is used to manipulate data objects over the network.

Remarks

The IRemotingHandler is used for server-client applications. The server registers a HostRemotingHandler, which implements this interface, as service for all the clients. The clients are using the ClientDataObjectHandler, which is on implementation of the IDataObjectHandler to load, save and delete data objects. This client remoting handler needs a proxy of type IRemotingHandler to forward the requests to the server. This proxy can be acquired from the server using .NET remoting.

Example

A full example is available in the source of pmMDA.NET. Open the pmMDA.NET.Examples solution.

Requirements

Namespace: PmMda.Net.Dog.Remoting

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

IRemotingHandler Members | PmMda.Net.Dog.Remoting Namespace