pmMDA.NET

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

[This is preliminary documentation and subject to change.]

Retrieves the items of an indexed property as data objects.

public IDataObject[] Retrieve(
   Type ownerType,
   object ownerId,
   Type itemType,
   int startIndex,
   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.
startIndex
The index of the first item to retrieve.
fieldName
The name of the field which represents the indexed property.
count
The count of items to reload.
order
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.

Implements

IRemotingHandler.Retrieve

See Also

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