AspComet.Client.IsSubscribedTo C# (CSharp) Метод

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

public IsSubscribedTo ( string channel ) : bool
channel string
Результат bool
        public bool IsSubscribedTo(string channel)
        {
            // TODO: Change to use ChannelName class which supports wild cards
            return this.subscriptions.Contains(channel);
        }