V8ScriptEngine.RuntimeHeapSizeSampleInterval 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.5.0
Syntaxpublic 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
TimeSpan
Remarks
This property is effective only when heap size monitoring is enabled (see
MaxRuntimeHeapSize).
See Also