[This is preliminary documentation and is subject to change.]
Extension methods
Inheritance Hierarchy
Microsoft.Research.Naiad.Frameworks.AzureConsoleExtensionMethods
Namespace: Microsoft.Research.Naiad.Frameworks.Azure
Assembly: Microsoft.Research.Naiad.AzureSupport (in Microsoft.Research.Naiad.AzureSupport.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static class ConsoleExtensionMethods
The ConsoleExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetConsoleError |
Redirects Console.Error to an Azure blob, with the process id in the filename.
| |
SetConsoleOut |
Redirects Console.Out to an Azure blob, with the process id in the filename.
|
See Also