ApplicationConfiguration.SetCollectionAgeLimit Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.