Phoenix.Channel.IsMember C# (CSharp) Méthode

IsMember() public méthode

public IsMember ( string topic ) : bool
topic string
Résultat bool
    public bool IsMember(string topic)
    {
      return _topic == topic; //jfis - is a channel a "member" of a topic? seems like wrong wording
    }