Click or drag to resize
SpaceResultList Interface
A list contains SpaceResult

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface SpaceResultList : ResultList<SpaceResult>, 
	IList<SpaceResult>, ICollection<SpaceResult>, IEnumerable<SpaceResult>, 
	IEnumerable

The SpaceResultList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from ICollectionSpaceResult.)
Public methodClear (Inherited from ICollectionSpaceResult.)
Public methodContains (Inherited from ICollectionSpaceResult.)
Public methodCopyTo (Inherited from ICollectionSpaceResult.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableSpaceResult.)
Public methodGetError
The error at index
(Inherited from ResultListT.)
Public methodGetStatus
The status at index
(Inherited from ResultListT.)
Public methodGetTuple
Return Tuple by index of list
Public methodIndexOf (Inherited from IListSpaceResult.)
Public methodInsert (Inherited from IListSpaceResult.)
Public methodRemove (Inherited from ICollectionSpaceResult.)
Public methodRemoveAt (Inherited from IListSpaceResult.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from ICollectionSpaceResult.)
Public propertyHasError
If there is an error in any of the contained results
(Inherited from ResultListT.)
Public propertyIsReadOnly (Inherited from ICollectionSpaceResult.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListSpaceResult.)
Public propertyTuples
Get the collection of tuples
Top
See Also