Example #1
0
        private async Task StopPollerAsync()
        {
            mLogger.Debug("Attempting to stop the task poller.");
            await mTaskPoller.StopAync();

            mLogger.Debug("The task poller has been successfully stopped. Attempting to stop workers.");
        }