pmMDA.NET

IRemotingHandler.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.

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.

See Also

IRemotingHandler Interface | PmMda.Net.Dog.Remoting Namespace | IRemotingHandler.RetrieveLw Overload List