pmMDA.NET

IDataObjectHandler.Retrieve Method (Type)

[This is preliminary documentation and subject to change.]

Retrieves the data objects which are from a specified type.

IDataObject[] Retrieve(
   Type type
);

Parameters

type
The type of the requested data objects.

Return Value

A list with the found data objects. If no data object were found an empty array is returned.

See Also

IDataObjectHandler Interface | PmMda.Net.Dog Namespace | IDataObjectHandler.Retrieve Overload List