SafeFileHandle.IsAsync 屬性

定義

取得值,這個值會判斷句柄是否為異步。

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

屬性值

true 如果句柄是異步的,則為 ; false 否則。

適用於