 | ScribuntoConsoleSessionSize Property |
This is preliminary documentation and is subject to change.
Gets the server memory consumption of the current evaluation session.
Namespace: WikiClientLibrary.ScribuntoAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int SessionSize { get; }Public ReadOnly Property SessionSize As Integer
Get
Dim instance As ScribuntoConsole
Dim value As Integer
value = instance.SessionSize
public:
property int SessionSize {
int get ();
}member SessionSize : int with get
Property Value
Int32
See Also