CacheSection.PrivateBytesPollTime Propriedade
Definição
Obtém ou define um valor que indica o intervalo de tempo entre as sondagens de uso de memória do processo de trabalho.Gets or sets a value indicating the time interval between polling for the worker-process memory usage.
public:
property TimeSpan PrivateBytesPollTime { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
[System.Configuration.ConfigurationProperty("privateBytesPollTime", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public TimeSpan PrivateBytesPollTime { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))>]
[<System.Configuration.ConfigurationProperty("privateBytesPollTime", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.PrivateBytesPollTime : TimeSpan with get, set
Public Property PrivateBytesPollTime As TimeSpan
Valor da propriedade
O intervalo de tempo entre sondagem para o uso de memória do processo de trabalho.The time interval between polling for the worker process memory usage. O valor padrão é 2 minutos.The default value is 2 minutes.
- Atributos
Comentários
Essa sondagem é cara e pode precisar ser ajustada como uma compensação entre a velocidade de reação do algoritmo de corte de cache e o número de chamadas de sondagem feitas.This polling is expensive and might need to be adjusted as a tradeoff between reaction speed of the cache-trimming algorithm and number of polling calls made.