Phoenix.Channel.Rejoin C# (CSharp) Method

Rejoin() private method

private Rejoin ( int timeout ) : void
timeout int
return void
    private void Rejoin(int timeout)
    {
      SendJoin(timeout); //jfis - rejoin is only called once, from rejoin until connected. and always with no params. then only calls sendjoin. seems convoluted. why not call sendJoin?
    }

Same methods

Channel::Rejoin ( ) : void