GigaSpaces XAP.NET Documentation
ISpaceTask<(Of <(T>)>) Interface
Class LibraryGigaSpaces.Core.ExecutorsISpaceTask<(Of <(T>)>)
A task executed on a space node (processing unit) that returns a result and may throw an exception.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceTask<T>
Public Interface ISpaceTask(Of T)
generic<typename T>
public interface class ISpaceTask
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of execution result.
Members
All MembersMethods



IconMemberDescription
Execute(ISpaceProxy, ITransaction)
Computes a result, or throws an exception if unable to do so.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)