 | 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
Syntaxpublic FileStream ManagedFileStream { get; }
Public ReadOnly Property ManagedFileStream As FileStream
Get
public:
property FileStream^ ManagedFileStream {
FileStream^ get ();
}
member ManagedFileStream : FileStream with get
Property Value
Type:
FileStreamThe stream for the managed file.
ExceptionsException | Condition |
---|
ObjectDisposedException |
An attempt to get the property value on a file manager
that has been disposed.
|
RemarksThis property evaluates to null if
the manager voted for rolling back the transaction.
See Also