NamedPipeClientStream::ConnectAsync Method ()

.NET Framework (current version)
 

Asynchronously connects to a waiting server with an infinite timeout period.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

public:
Task^ ConnectAsync()

Return Value

Type: System.Threading.Tasks::Task^

A task that represents the asynchronous connect operation.

.NET Framework
Available since 4.6
Return to top
Show: