Overview | Gets and sets the number of Request elements in a sequence. |
Original class | CORBA::RequestSeq |
Intended Usage
The length method is used by a client program to get and set the number of Requests in a collection of DII requests. Increasing the number of Request elements causes the sequence buffer to be reallocated. Decreasing the number of Request elements causes the orphaned Requests to be released.
Syntax
CORBA::ULong length() const; void length(CORBA::ULong len);
Input parameters
Return values