pmMDA.NET

HostRemotingHandler.RetrieveLw Method (Type)

[This is preliminary documentation and subject to change.]

Retrieves the list of lightweight data objects of the given type.

public ILightweightObject[] RetrieveLw(
   Type type
);

Parameters

type
Type of the root object to retrieve.

Return Value

The list of found lightweight data objects. If no object of the specified type is found an empty array is returned.

Implements

IRemotingHandler.RetrieveLw

See Also

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