read()

Retrieves one or more objects of the type specified based on the method, attributes and other parameters passed.

Syntax

            ReadResult[] ReadResults = stub.read(new ReadRequest[] ReadRequests); 

          

Usage

Use the read() command to retrieve one or more objects of specific types.

Define the types of objects to retrieve and other request parameters using an array of ReadRequest objects.

The read() command returns an array of ReadResult objects.

Arguments

Name

Type

Description

ReadRequests

ReadRequest[]

Array of ReadRequest objects

Response

ReadResult[] — Array of ReadResult objects.