[This is preliminary documentation and is subject to change.]

The Executions type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Execute(MethodOverloads, array<Object>[]()[])
Executes method in thread. This method ends immediatly.
Run(MethodOverloads, array<Object>[]()[])
Executes method in current thread.
Terminate(Int32)
Terminates running execution of specified id.
TerminateAll()()()
Terminates all running executions.

See Also