Click or drag to resize

IStreamerOpenWrite Method

Opens the stream for writing. Any existing data is overwritten.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
bool OpenWrite(
	string name
)

Parameters

name  String
The name of the Azure Blob or file-system file to open for writing.

Return Value

Boolean
Always returns True.
See Also