How to use AddAzureAppConfiguration overloaded method with action parameter

2022-03-01T09:48:36.493+00:00

178862-image.png

pack Microsoft.Extensions.Configuration.AzureAppConfiguration 5.0.0

line 48, the connect method is not called.
The test below is successful in calling the connect method directly. It seems that AddAzureAppConfiguration did not call the callback method. What's going on?
Thank you

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
237 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,995 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 117.9K Reputation points
    2022-03-02T11:45:44.197+00:00

    A "callback" is a function which is kept but not called immediately. Probably it will be called in the future by builder.Build( ) or other functions.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.