SafeFileHandle.IsAsync Property

Definition

Gets a value that determines if the handle is asynchronous or not.

public:
 property bool IsAsync { bool get(); };
public bool IsAsync { get; }
member this.IsAsync : bool
Public ReadOnly Property IsAsync As Boolean

Property Value

true if the handle is asynchronous; false otherwise.

Applies to