Edit

Share via


ApplicationConfiguration.ResetCollectionAgeLimitToDefault Method

Definition

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.

Applies to