ApplicationConfiguration.ResetCollectionAgeLimitToDefault 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
ResetCollectionAgeLimitToDefault(String) |
Resets the time period to collect in-active activations for a given type to a default value. |
ResetCollectionAgeLimitToDefault(Type) |
Resets the time period to collect in-active activations for a given type to a default value. |
ResetCollectionAgeLimitToDefault(String)
Resets the time period to collect in-active activations for a given type to a default value.
public void ResetCollectionAgeLimitToDefault (string grainTypeFullName);
member this.ResetCollectionAgeLimitToDefault : string -> unit
Public Sub ResetCollectionAgeLimitToDefault (grainTypeFullName As String)
Parameters
- grainTypeFullName
- String
Grain type full name.
Applies to
ResetCollectionAgeLimitToDefault(Type)
Resets the time period to collect in-active activations for a given type to a default value.
public void ResetCollectionAgeLimitToDefault (Type type);
member this.ResetCollectionAgeLimitToDefault : Type -> unit
Public Sub ResetCollectionAgeLimitToDefault (type As Type)
Parameters
- type
- Type
Grain type full name.