DirectoryConnection.Timeout Propriedade
Definição
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
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.