pmMDA.NET

HostRemotingHandler.Retrieve Method (Type, Object)

[This is preliminary documentation and subject to change.]

Retrieves the data object tree from the server where the object has the specified identifier and type.

public IDataObject Retrieve(
   Type type,
   object id
);

Parameters

type
The type of the requested data object.
id
The id if the requested data object.

Return Value

The requested data object or null if the data object could not be found.

Implements

IRemotingHandler.Retrieve

See Also

HostRemotingHandler Class | PmMda.Net.Dog.Remoting Namespace | HostRemotingHandler.Retrieve Overload List