Ejemplo n.º 1
0
        private async Task StartPollerAsync(string[] requiredPayloadTypes)
        {
            mLogger.Debug("Attempting to start the task poller...");
            await mTaskPoller.StartAsync(requiredPayloadTypes);

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