Click or drag to resize

AzureStreamerOpenWrite Method

Opens a blob for (over)write.

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

Parameters

name  String
The name of the blob to open for write.

Return Value

Boolean
Always returns true.

Implements

IStreamerOpenWrite(String)
See Also