pmMDA.NET

ClientDataObjectHandler.Retrieve Method (Type)

[This is preliminary documentation and subject to change.]

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

public IDataObject[] Retrieve(
   Type type
);

Parameters

type
The type of the requested data objects.

Return Value

A list with the found data objects. If no data object were found an empty array is returned.

Implements

IDataObjectHandler.Retrieve

Exceptions

Exception Type Condition
WebException Network error.

See Also

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