 | ScribuntoEvaluationResultSessionSize Property |
This is preliminary documentation and is subject to change.
Server memory consumption of the current evaluation session.
Namespace: WikiClientLibrary.ScribuntoAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("sessionSize")]
public int SessionSize { get; init; }<JsonPropertyNameAttribute("sessionSize")>
Public Property SessionSize As Integer
Get
Set
Dim instance As ScribuntoEvaluationResult
Dim value As Integer
value = instance.SessionSize
instance.SessionSize = valuepublic:
[JsonPropertyNameAttribute(L"sessionSize")]
property int SessionSize {
int get ();
void set (int value);
}[<JsonPropertyNameAttribute("sessionSize")>]
member SessionSize : int with get, setProperty Value
Int32
See Also