DirectoryConnection.Timeout Propriedade

Definição

A propriedade Timeout contém o período, em segundos, antes que a conexão atinja o tempo limite.The Timeout property contains the length of time, in seconds, before the connection times out.

public:
 virtual property TimeSpan Timeout { TimeSpan get(); void set(TimeSpan value); };
public virtual TimeSpan Timeout { get; set; }
member this.Timeout : TimeSpan with get, set
Public Overridable Property Timeout As TimeSpan

Valor da propriedade

TimeSpan

O período de tempo, em segundos, antes que a conexão expire.The length of time, in seconds, before the connection times out.

Comentários

Trinta segundos é a configuração de propriedade de comprimento de tempo padrão.Thirty seconds is the default time length property setting.

Aplica-se a