AspComet.Client.IsSubscribedTo C# (CSharp) Méthode

IsSubscribedTo() public méthode

public IsSubscribedTo ( string channel ) : bool
channel string
Résultat bool
        public bool IsSubscribedTo(string channel)
        {
            // TODO: Change to use ChannelName class which supports wild cards
            return this.subscriptions.Contains(channel);
        }