Implemented interface member:
property
MessageReceived
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.Interfaces.ICommunicationChannel.MessageReceived
2 references to MessageReceived
Microsoft.TestPlatform.CommunicationUtilities (2)
LengthPrefixCommunicationChannel.cs (2)
88if (MessageReceived.WaitForSubscriber(1000, cancellationToken)) 91MessageReceived.Notify(this, new MessageReceivedEventArgs { Data = data }, "LengthPrefixCommunicationChannel: MessageReceived");