Table of Contents

LeaveOpen Property

Definition

Namespace
Cuemon.IO
Assemblies
Cuemon.IO.dll
Source
src/Cuemon.IO/AsyncDisposableOptions.cs

LeaveOpen

Gets or sets a value indicating whether a disposable object should bypass the mechanism for releasing unmanaged resources. Default is false.

public bool LeaveOpen { get; set; }

Property Value

bool

true if a disposable object should bypass the mechanism for releasing unmanaged resources; otherwise, false.