Click or drag to resize

IStreamerOpenAppend Method

Opens the stream for append writing.

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

Parameters

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

Return Value

Boolean
Always returns True.
See Also