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