J-Integra® Espresso Programming Documentation (API)

BindingIterator.next_n Method

This operation returns at most the requested number of bindings.

bool next_n(
 uint a_how_many,
 out Binding[] a_bl
);

Parameters

a_how_many
the maximum number of bindings tro return.
a_bl
the returned bindings.

Return Value

false if there are no more bindings.

Remarks

none

Exceptions

none

See Also

BindingIterator Interface | BindingIterator Members | Ics.CosNaming Namespace