Exemplo n.º 1
0
        //On<T>

        public IDisposable CreatedSession(Action <SessionVO, string> action) =>
        _connection.BindOnInterface <SessionVO, string, ISessionClient>(x => x.CreatedSessionAsync, action);