pmMDA.NET

IRemotingHandler.Retrieve Method (Type, Object, Type, Object, String, Int32, DataObjectOrder, DateTime)

[This is preliminary documentation and subject to change.]

Retrieves the items of an indexed property as data objects.

IDataObject[] Retrieve(
   Type ownerType,
   object ownerId,
   Type itemType,
   object lastAvailableItemId,
   string fieldName,
   int count,
   DataObjectOrder order,
   out DateTime ownerTS
);

Parameters

ownerType
The type of the data objects which owns the indexed property.
ownerId
The id of the owner.
itemType
The item type of the indexed property.
lastAvailableItemId
The id of the last available item. The first element in the returned array will be the item which is right behind the last retrieved item.
fieldName
The name of the field which represents the indexed property.
count
The count of items to reload.
order
The order that specifies the sequence of the returned data objects.
ownerTS
Contains the current timestamp of the specified ownerId after the execution.

Return Value

An array which contains the next bunch of items.

Remarks

This method is used to reload items of a paged collection.

See Also

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