How to get the MaxDequeueCount in the .NET function code
I am implementing an Queue triggered Function App. I want to access the maxDequeueCount
value (defined in the host.json
file). My code is roughly as follows:
I am implementing an Queue triggered Function App. I want to access the maxDequeueCount
value (defined in the host.json
file). My code is roughly as follows: