BinaryStudio.TaskManager.Logic.Core.ConnectionProvider.GetConnetionsForUser C# (CSharp) Méthode

GetConnetionsForUser() public méthode

public GetConnetionsForUser ( string userName ) : IEnumerable
userName string
Résultat IEnumerable
        public IEnumerable<ClientConnection> GetConnetionsForUser(string userName)
        {
            return SignalRClients.Connections.Where(it => it.UserName == userName);
        }
        public IEnumerable<ClientConnection> GetWPFConnectionsForProject(int projectId)