pmMDA.NET

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

IRemotingHandler.Retrieve

See Also

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