Returned from the invoke operations
Namespace: Com.Tibco.As.Space.RemoteAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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 |
| F# |
|---|
type InvokeResultList =
interface
interface ResultList<InvokeResult>
interface IList<InvokeResult>
interface ICollection<InvokeResult>
interface IEnumerable<InvokeResult>
interface IEnumerable
end |
See Also