pmMDA.NET

ClientDataObjectHandler.Retrieve Method (Type, Int32, Int32, DataObjectOrder)

[This is preliminary documentation and subject to change.]

Retrieves a subset of data objects which are from a specified type.

public IDataObject[] Retrieve(
   Type type,
   int startIndex,
   int count,
   DataObjectOrder order
);

Parameters

type
The type of the requested data objects.
startIndex
The index of the first item to get.
count
The count of items to retrieve.
order
The order that specifies the sequence of the returned data objects.

Return Value

An array which contains the next bunch of items.

Implements

IDataObjectHandlerImpl.Retrieve

Remarks

This method is used when root objects are loaded using paging if the preceding item of the request item can not be found.

See Also

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