Exemplo n.º 1
0
        protected override async Task <bool> OnFirstStart()
        {
            _dashboard = GetProxy <IDashboardProxy>(DashboardServiceName);
            var query = CreateQuery();

            _queryProcess = query.Restore();
            return(true);
        }
Exemplo n.º 2
0
        protected override async Task <bool> OnFirstStart()
        {
            Console.WriteLine("analytics starting entry point");
            _dashboard = GetProxy <IDashboardProxy>(DashboardServiceName);
            var query = CreateQuery();

            _queryProcess = query.Restore();
            Console.WriteLine("analytics ending entry point");
            return(true);
        }