Controller MethodsNaiad Help

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

The Controller type exposes the following members.

Methods

  NameDescription
Public methodCode exampleJoin
Blocks the caller until all computation in this controller has terminated.
Public methodJoinAsync
Returns a task that blocks until all computation in this controller has terminated.
Public methodCode exampleNewComputation
Constructs a new computation in this controller.
Top
Extension Methods

  NameDescription
Public Extension MethodSetConsoleError
Redirects Console.Error to an Azure blob, with the process id in the filename.
(Defined by ConsoleExtensionMethods.)
Public Extension MethodSetConsoleOut
Redirects Console.Out to an Azure blob, with the process id in the filename.
(Defined by ConsoleExtensionMethods.)
Top
See Also

Reference