PipeStream.IsAsync Propriété

Définition

Obtient une valeur indiquant si un objet PipeStream a été ouvert en mode asynchrone ou synchrone.

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

Valeur de propriété

Boolean

true si l'objet PipeStream a été ouvert de façon asynchrone ; sinon, false.

Remarques

Cette propriété permet à votre code d’utiliser correctement la SafePipeHandle propriété.

S’applique à