Implemented interface member:
event
Connected
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.Interfaces.ICommunicationEndPoint.Connected
3 references to Connected
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketClient.cs (3)
89
if (
Connected
== null)
96
Connected
.SafeInvoke(this, new ConnectedEventArgs(connectAsyncTask.Exception), "SocketClient: Server Failed to Connect");
102
Connected
.SafeInvoke(this, new ConnectedEventArgs(_channel), "SocketClient: ServerConnected");