Gets or sets a value, indicating the length of time after which values of the inspected object should be updated.
Namespace: Dapfor.Net.DiagnosticsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public TimeSpan RefreshInterval { get; set; } |
| Visual Basic |
|---|
Public Property RefreshInterval As TimeSpan Get Set |
| Visual C++ |
|---|
public: property TimeSpan RefreshInterval { TimeSpan get (); void set (TimeSpan value); } |
| F# |
|---|
member RefreshInterval : TimeSpan with get, set |
Property Value
Type: TimeSpanThe refresh interval.
Remarks
Generally it is necessary for objects that do not support the INotifyPropertyChanged interface in order to show the fresh values.