LocalServiceSecuritySettingsElement.ReplayCacheSize Propriété
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.
Obtient ou définit une valeur qui spécifie le nombre de pointeurs en cache utilisés pour la détection de relecture.
public:
property int ReplayCacheSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("replayCacheSize", DefaultValue=900000)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ReplayCacheSize { get; set; }
[<System.Configuration.ConfigurationProperty("replayCacheSize", DefaultValue=900000)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ReplayCacheSize : int with get, set
Public Property ReplayCacheSize As Integer
Valeur de propriété
Nombre de pointeurs en cache utilisés pour la détection de relecture. La valeur par défaut est 500000.
- Attributs
Remarques
Si cette limite est dépassée, le pointeur le plus ancien est supprimé et un pointeur est créé pour le nouveau message.