You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<-- Please include a link to your pending docs PR below. https://docs.microsoft.com/en-us/azure/azure-functions/durable ([private docs repo for Microsoft employees](http://github.com/MicrosoftDocs/azure-docs-pr)).
1
+
<!-- Please include a link to your pending docs PR below. https://docs.microsoft.com/en-us/azure/azure-functions/durable ([private docs repo for Microsoft employees](http://github.com/MicrosoftDocs/azure-docs-pr)).
2
2
Your code PR should not be merged until your docs PR has been signed off. -->
MaxConcurrentTaskOrchestrationWorkItems=this.options.MaxConcurrentOrchestratorFunctions??thrownewInvalidOperationException($"{nameof(this.options.MaxConcurrentOrchestratorFunctions)} needs a default value"),
160
+
MaxConcurrentTaskActivityWorkItems=this.options.MaxConcurrentActivityFunctions??thrownewInvalidOperationException($"{nameof(this.options.MaxConcurrentOrchestratorFunctions)} needs a default value"),
/// <param name="messageSerializerSettingsFactory">The factory used to create <see cref="JsonSerializerSettings"/> for message settings.</param>
109
111
/// <param name="errorSerializerSettingsFactory">The factory used to create <see cref="JsonSerializerSettings"/> for error settings.</param>
110
112
/// <param name="telemetryActivator">The activator of DistributedTracing. .netstandard2.0 only.</param>
113
+
/// <param name="platformInformationService">The platform information provider to inspect the OS, app service plan, and other enviroment information.</param>
111
114
#pragma warning restore CS1572
112
115
publicDurableTaskExtension(
113
116
IOptions<DurableTaskOptions>options,
@@ -118,11 +121,15 @@ public DurableTaskExtension(
0 commit comments