Click or drag to resize

WaitForSelectorAsyncResponse Constructor (Boolean, String)

Version 102.0.100
Initializes a new instance of the WaitForSelectorAsyncResponse class

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

Parameters

success
Type: SystemBoolean

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

errorMessage
Type: SystemString

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

See Also