Computes a result, or throws an exception if unable to do so.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
T Execute( ISpaceProxy spaceProxy, ITransaction tx )
Function Execute ( _ spaceProxy As ISpaceProxy, _ tx As ITransaction _ ) As T
T Execute( ISpaceProxy^ spaceProxy, ITransaction^ tx )
T Execute( ISpaceProxy spaceProxy, ITransaction tx )
Parameters
- spaceProxy (ISpaceProxy)
- A proxy to the space in which this task is being executed.
- tx (ITransaction)
- The transaction (if any) under which to work.
Return Value
Computed result.