V8ScriptEngineRuntimeHeapSizeSampleInterval Property |
Gets or sets the minimum time interval between consecutive heap size samples.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public TimeSpan RuntimeHeapSizeSampleInterval { get; set; }
Public Property RuntimeHeapSizeSampleInterval As TimeSpan
Get
Set
public:
property TimeSpan RuntimeHeapSizeSampleInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member RuntimeHeapSizeSampleInterval : TimeSpan with get, set
Property Value
TimeSpanRemarks
This property is effective only when heap size monitoring is enabled (see
MaxRuntimeHeapSize).
See Also