|
IStreamerOpenWrite Method
|
Opens the stream for writing. Any existing data is overwritten.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax bool OpenWrite(
string name
)
Parameters
- name String
- The name of the Azure Blob or file-system file to open for writing.
Return Value
BooleanAlways returns True.
See Also