[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.RuntimeAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class Executions
Public NotInheritable Class Executions
public ref class Executions sealed
Members
| All Members | Fields | Methods | Events |
| Member | Description | |
|---|---|---|
| Execute(MethodOverloads, array<Object>[]()[]) |
Executes method in thread. This method ends immediatly.
| |
| ExecutionFinished | ||
| ExecutionStarted | ||
| MaxExecutions | ||
| Run(MethodOverloads, array<Object>[]()[]) |
Executes method in current thread.
| |
| Terminate(Int32) |
Terminates running execution of specified id.
| |
| TerminateAll()()() |
Terminates all running executions.
|