The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PipeStream::IsAsync Property
.NET Framework (current version)
Gets a value indicating whether a PipeStream object was opened asynchronously or synchronously.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System::Booleantrue if the PipeStream object was opened asynchronously; otherwise, false.
This property enables your code to use the SafePipeHandle property correctly.
.NET Framework
Available since 3.5
Available since 3.5
Show: