TaskSetCookieCallbackTask Property |
Version 130.1.90
Task used to await this callback
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public Task<bool> Task { get; }
public:
property Task<bool>^ Task {
Task<bool>^ get ();
}
Property Value
TaskBooleanSee Also