[This is preliminary documentation and is subject to change.]
The Controller type exposes the following members.
Methods
Name | Description | |
---|---|---|
Join |
Blocks the caller until all computation in this controller has terminated.
| |
JoinAsync |
Returns a task that blocks until all computation in this controller has terminated.
| |
NewComputation |
Constructs a new computation in this controller.
|
Extension Methods
Name | Description | |
---|---|---|
SetConsoleError |
Redirects Console.Error to an Azure blob, with the process id in the filename.
(Defined by ConsoleExtensionMethods.) | |
SetConsoleOut |
Redirects Console.Out to an Azure blob, with the process id in the filename.
(Defined by ConsoleExtensionMethods.) |
See Also