Phoenix.Channel.IsMember C# (CSharp) 메소드

IsMember() 공개 메소드

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