ReliableStateManagerReplicatorSettings.SlowApiMonitoringDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the interval after which the replicator sends a warning health report that the API is slow and is taking longer than expected duration. Default value is 5 minutes.
public TimeSpan? SlowApiMonitoringDuration { get; set; }
member this.SlowApiMonitoringDuration : Nullable<TimeSpan> with get, set
Public Property SlowApiMonitoringDuration As Nullable(Of TimeSpan)