pmMDA.NET

ClientDataObjectHandler.Retrieve Method

[This is preliminary documentation and subject to change.]

Retrieves all data objects from the server which are from a specified type.

Overload List

Retrieves all data objects from the server which are from a specified type.

public IDataObject[] Retrieve(Type);

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

public IDataObject[] Retrieve(Type,int,int,DataObjectOrder);

Retrieves the data object tree from the server where the object has the specified identifier and type.

public IDataObject Retrieve(Type,object);

Retrieves a subset of data objects which are from a specified type and which follow the last available item.

public IDataObject[] Retrieve(Type,object,int,DataObjectOrder);

Retrieves the items of an indexed property as data objects.

public IDataObject[] Retrieve(Type,object,Type,int,string,int,DataObjectOrder,out DateTime);

Retrieves the items of an indexed property as data objects.

public IDataObject[] Retrieve(Type,object,Type,object,string,int,DataObjectOrder,out DateTime);

See Also

ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace