PipelineWriter.IsOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if the stream is open for further writes.
public:
abstract property bool IsOpen { bool get(); };
public:
abstract property bool IsOpen { bool get(); };
public abstract bool IsOpen { get; }
member this.IsOpen : bool
Public MustOverride ReadOnly Property IsOpen As Boolean
Property Value
true if the underlying stream is open, otherwise false
Remarks
Attempting to write to the underlying stream if IsOpen is false throws a PipelineClosedException.