Click or drag to resize

WaitForSelectorAsyncResponse(Boolean, String) Constructor

Version 130.1.90
Initializes a new instance of the WaitForSelectorAsyncResponse class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public WaitForSelectorAsyncResponse(
	bool success,
	string errorMessage
)

Parameters

success  Boolean

[Missing <param name="success"/> documentation for "M:CefSharp.WaitForSelectorAsyncResponse.#ctor(System.Boolean,System.String)"]

errorMessage  String

[Missing <param name="errorMessage"/> documentation for "M:CefSharp.WaitForSelectorAsyncResponse.#ctor(System.Boolean,System.String)"]

See Also