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

CanPush() public méthode

public CanPush ( ) : bool
Résultat bool
    public bool CanPush()
    {
      return _socket.IsConnected() && _state == ChannelState.Joined; //jfis - another _socket call
    }