FileConfigurationSource.ReloadDelay 属性
定义
在调用负载前重载将等待的毫秒数。Number of milliseconds that reload will wait before calling Load. 这有助于避免在完全写入文件之前触发重载。This helps avoid triggering reload before a file is completely written. 默认值为 250。Default is 250.
public:
property int ReloadDelay { int get(); void set(int value); };
public int ReloadDelay { get; set; }
member this.ReloadDelay : int with get, set
Public Property ReloadDelay As Integer