ConsoleExtensionMethodsSetConsoleError Method Naiad Help

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

Redirects Console.Error to an Azure blob, with the process id in the filename.

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 void SetConsoleError(
	this Controller controller,
	CloudBlobContainer container,
	string format
)

Parameters

controller
Type: Microsoft.Research.NaiadController
Naiad controller
container
Type: CloudBlobContainer
Azure container
format
Type: SystemString
Format string expecting the Naiad process id

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Controller. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference