pmMDA.NET

HostRemotingHandler.RetrieveLw Method (Type, Object)

[This is preliminary documentation and subject to change.]

Retrieves the data lightweight object tree where the root object has the given identifier and class.

public ILightweightObject RetrieveLw(
   Type type,
   object id
);

Parameters

type
Type of the root object to retrieve.
id
Identifier of the root object to retrieve.

Return Value

The requested lightweight object if found; otherwise, null.

Implements

IRemotingHandler.RetrieveLw

See Also

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