ApplicationConfiguration(Nullable<TimeSpan>) Constructor
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.
Constructor.
public ApplicationConfiguration (TimeSpan? defaultCollectionAgeLimit = default);
new Orleans.Runtime.Configuration.ApplicationConfiguration : Nullable<TimeSpan> -> Orleans.Runtime.Configuration.ApplicationConfiguration
Public Sub New (Optional defaultCollectionAgeLimit As Nullable(Of TimeSpan) = Nothing)
Parameters
The default time period used to collect in-active activations.