Click or drag to resize
InvokeResultList Interface
Returned from the invoke operations

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

The InvokeResultList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from ICollectionInvokeResult.)
Public methodClear (Inherited from ICollectionInvokeResult.)
Public methodContains (Inherited from ICollectionInvokeResult.)
Public methodCopyTo (Inherited from ICollectionInvokeResult.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableInvokeResult.)
Public methodGetError
The error at index
(Inherited from ResultListT.)
Public methodGetReturn
The result tuple at index
Public methodGetStatus
The status at index
(Inherited from ResultListT.)
Public methodIndexOf (Inherited from IListInvokeResult.)
Public methodInsert (Inherited from IListInvokeResult.)
Public methodRemove (Inherited from ICollectionInvokeResult.)
Public methodRemoveAt (Inherited from IListInvokeResult.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from ICollectionInvokeResult.)
Public propertyHasError
If there is an error in any of the contained results
(Inherited from ResultListT.)
Public propertyIsReadOnly (Inherited from ICollectionInvokeResult.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListInvokeResult.)
Public propertyReturns
The collection of result tuples
Top
See Also