Ejemplo n.º 1
0
        protected virtual void RemoveOldClient(EventSource client)
        {
            Log.Debug($"IEXEventSourceCollection.UpdateSubscription(): Remove subscription for: {string.Join(",", ClientSymbolsDictionary[client])}");

            string[] stub;
            ClientSymbolsDictionary.TryRemove(client, out stub);

            client.DisposeSafely();
        }