Implemented interface member:
method
ReceiveRawMessageAsync
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.Interfaces.ICommunicationManager.ReceiveRawMessageAsync(System.Threading.CancellationToken)
1 reference to ReceiveRawMessageAsync
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
306
var rawMessage = await
ReceiveRawMessageAsync
(cancellationToken);