Returned from the invoke operations

Namespace: Com.Tibco.As.Space.Remote
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public interface InvokeResultList : ResultList<InvokeResult>, 
	IList<InvokeResult>, ICollection<InvokeResult>, IEnumerable<InvokeResult>, 
	IEnumerable
Visual Basic
Public Interface InvokeResultList _
	Inherits ResultList(Of InvokeResult), IList(Of InvokeResult),  _
	ICollection(Of InvokeResult), IEnumerable(Of InvokeResult), IEnumerable
Visual C++
public interface class InvokeResultList : ResultList<InvokeResult^>, 
	IList<InvokeResult^>, ICollection<InvokeResult^>, IEnumerable<InvokeResult^>, 
	IEnumerable

See Also