Partager via


ApplicationConfiguration.SetCollectionAgeLimit Méthode

Définition

Surcharges

SetCollectionAgeLimit(String, TimeSpan)

Définit la période pendant laquelle collecter les activations in-actives pour un type donné.

SetCollectionAgeLimit(Type, TimeSpan)

Définit la période pendant laquelle collecter les activations in-actives pour un type donné.

SetCollectionAgeLimit(String, TimeSpan)

Définit la période pendant laquelle collecter les activations in-actives pour un type donné.

public void SetCollectionAgeLimit (string grainTypeFullName, TimeSpan ageLimit);
member this.SetCollectionAgeLimit : string * TimeSpan -> unit
Public Sub SetCollectionAgeLimit (grainTypeFullName As String, ageLimit As TimeSpan)

Paramètres

grainTypeFullName
String

Chaîne de nom complet du type de grain.

ageLimit
TimeSpan

Limite d’âge à utiliser.

S’applique à

SetCollectionAgeLimit(Type, TimeSpan)

Définit la période pendant laquelle collecter les activations in-actives pour un type donné.

public void SetCollectionAgeLimit (Type type, TimeSpan ageLimit);
member this.SetCollectionAgeLimit : Type * TimeSpan -> unit
Public Sub SetCollectionAgeLimit (type As Type, ageLimit As TimeSpan)

Paramètres

type
Type

Nom complet du type de grain.

ageLimit
TimeSpan

Limite d’âge à utiliser.

S’applique à