ApplicationConfiguration.GetCollectionAgeLimit Method
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.
Overloads
GetCollectionAgeLimit(String) |
Returns the time period used to collect in-active activations of a given type. |
GetCollectionAgeLimit(Type) |
Returns the time period used to collect in-active activations of a given type. |
GetCollectionAgeLimit(String)
Returns the time period used to collect in-active activations of a given type.
public TimeSpan GetCollectionAgeLimit (string grainTypeFullName);
member this.GetCollectionAgeLimit : string -> TimeSpan
Public Function GetCollectionAgeLimit (grainTypeFullName As String) As TimeSpan
Parameters
- grainTypeFullName
- String
Grain type full name.
Returns
Applies to
GetCollectionAgeLimit(Type)
Returns the time period used to collect in-active activations of a given type.
public TimeSpan GetCollectionAgeLimit (Type type);
member this.GetCollectionAgeLimit : Type -> TimeSpan
Public Function GetCollectionAgeLimit (type As Type) As TimeSpan
Parameters
- type
- Type
Grain type.