TaskDeleteCookiesCallback.Task Property |
Version 87.1.132
Task used to await this callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic Task<int> Task { get; }
public:
property Task<int>^ Task {
Task<int>^ get ();
}
Property Value
Type:
Task<Int32>
See Also