public bool DirectoryPollingEnabled { get; set; }Public Property DirectoryPollingEnabled As Boolean
Get
Setpublic:
property bool DirectoryPollingEnabled {
bool get ();
void set (bool value);
}member DirectoryPollingEnabled : bool with get, setIf enabled the server will be polled every [!:RefreshPeriodSecs] seconds to detect changes that are not made via the current Connection instance. If no such changes are expected then this is not necessary since changes made through the current Connection will be detected by means of event-handlers.