Bus.Transport.Network.PeerManager.GetAllSubscriptions C# (CSharp) Метод

GetAllSubscriptions() публичный Метод

public GetAllSubscriptions ( ) : List>.Dictionary
Результат List>.Dictionary
        public Dictionary<string, List<MessageSubscription>> GetAllSubscriptions()
        {
            return _messagesToEndpoints.ToDictionary(x => x.Key, x => x.Value);
        }