Esempio n. 1
0
        private void StartInternal(OnMessageOptionsWrapper onMessageOptions)
        {
            _logger.LogInformation("Registering the handler to begin listening to the Service Bus subscription with options = {@OnMessageOptions}",
                                   onMessageOptions);

            _running = true;

            _client.OnMessageAsync(OnMessageAsync, onMessageOptions);
        }