2 references to BeginWaitForConnection
System.Core (2)
System\IO\Pipes\Pipe.cs (2)
602IAsyncResult result = BeginWaitForConnection(null, null); 638return Task.Factory.FromAsync(BeginWaitForConnection, EndWaitForConnection, cancellationHelper);