Click or drag to resize

LocalStreamingCreate Method

Creates a local file-system straming associated with a directory.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public static IStreaming Create(
	string jobDir
)

Parameters

jobDir  String
The path of an existing job directory to open.

Return Value

IStreaming

[Missing <returns> documentation for "M:RCS.Carbon.Variables.LocalStreaming.Create(System.String)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the jobDir is null.
CarbonExceptionThrown if jobDir does not exist.
See Also