TaskDeleteCookiesCallbackTask Property |
Version 101.0.180
Task used to await this callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public Task<int> Task { get; }
public:
property Task<int>^ Task {
Task<int>^ get ();
}
Property Value
Type:
TaskInt32See Also