Computes a result, or throws an exception if unable to do so.
            
| 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 )
- spaceProxy (ISpaceProxy)
 - A proxy to the space in which this task is being executed.
 
- tx (ITransaction)
 - The transaction (if any) under which to work.
 
Computed result.
