LdapConnection.Timeout Propiedad

Definición

La propiedad Timeout contiene los segundos que transcurren antes de que se agote LdapConnection.

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

Valor de propiedad

Período de tiempo, en segundos, hasta que se agota LdapConnection.

Se aplica a