pmMDA.NET

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

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.

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

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