[Enterprise Extensions only]

NVList::count

Overview Returns the number of elements in a named value list.
Original class CORBA::NVList


Intended Usage

The count method is used by a client program when querying the NVList associated with a DII request. The count method reports the number of elements in a named value list.

IDL Syntax

  CORBA::ULong count() const;

Input parameters

None.

Return values

CORBA::ULong
The number of elements in the named value list.