Click or drag to resize

DebuggerClientEnableAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.EnableAsync(System.Nullable{System.Int64})"]

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<EnableResponse> EnableAsync(
	Nullable<long> maxScriptsCacheSize = null
)

Parameters

maxScriptsCacheSize (Optional)
Type: SystemNullableInt64

[Missing <param name="maxScriptsCacheSize"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.EnableAsync(System.Nullable{System.Int64})"]

Return Value

Type: TaskEnableResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.EnableAsync(System.Nullable{System.Int64})"]

See Also