DirectorySearcher.ServerPageTimeLimit Propriedade

Definição

Obtém ou define um valor que indica a quantidade máxima de tempo que o servidor deve pesquisar uma página de resultados individual.Gets or sets a value indicating the maximum amount of time the server should search for an individual page of results. Isso não é o mesmo que o limite de tempo para a pesquisa inteira.This is not the same as the time limit for the entire search.

public:
 property TimeSpan ServerPageTimeLimit { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ServerPageTimeLimit { get; set; }
[System.DirectoryServices.DSDescription("DSServerPageTimeLimit")]
public TimeSpan ServerPageTimeLimit { get; set; }
member this.ServerPageTimeLimit : TimeSpan with get, set
[<System.DirectoryServices.DSDescription("DSServerPageTimeLimit")>]
member this.ServerPageTimeLimit : TimeSpan with get, set
Public Property ServerPageTimeLimit As TimeSpan

Valor da propriedade

TimeSpan

Um TimeSpan valor que representa a quantidade de tempo que o servidor deve procurar por uma página de resultados.A TimeSpan that represents the amount of time the server should search for a page of results.

O valor padrão é-1 segundos, o que significa Pesquisar indefinidamente.The default value is -1 seconds, which means to search indefinitely.

Atributos

Comentários

A resolução mínima dessa propriedade é um segundo.The minimum resolution of this property is one second. Frações de segundos são ignoradas.Fractions of seconds are ignored.

Quando o limite de tempo é atingido, o servidor para de Pesquisar e retorna os resultados acumulados até esse ponto, juntamente com um cookie que contém as informações sobre onde retomar a pesquisa.When the time limit is reached, the server stops searching and returns the results that have accumulated up to that point, along with a cookie containing the information about where to resume searching.

Observação

Essa propriedade só se aplica a pesquisas em que PageSize é definida como um valor que não é o padrão de-1.This property only applies to searches where PageSize is set to a value that is not the default of -1.

Aplica-se a

Confira também