- callback
The method to call when a client connects to the System.IO.Pipes.NamedPipeServerStream object.
- state
A user-provided object that distinguishes this particular asynchronous request from other requests.
![]()
An object that references the asynchronous request.
This is the asynchronous equivalent of NamedPipeServerStream.WaitForConnection.
NamedPipeServerStream.EndWaitForConnection(IAsyncResult) must be called exactly once for every call to NamedPipeServerStream.BeginWaitForConnection(AsyncCallback, object).