Click or drag to resize

FileManagerManagedFileStream Property

Provides the stream for the managed file.

Namespace:  Novacta.Transactions.IO
Assembly:  Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntax
public FileStream ManagedFileStream { get; }

Property Value

Type: FileStream
The stream for the managed file.
Exceptions
ExceptionCondition
ObjectDisposedException An attempt to get the property value on a file manager that has been disposed.
Remarks
This property evaluates to null if the manager voted for rolling back the transaction.
See Also