TaskPrintToPdfCallbackTask Property |
Version 89.0.170
Task used to await this callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax public Task<bool> Task { get; }
public:
property Task<bool>^ Task {
Task<bool>^ get ();
}
Property Value
Type:
TaskBooleanSee Also