TaskRegisterCdmCallbackTask Property |
Version 85.3.121
Task used to await this callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntaxpublic Task<CdmRegistration> Task { get; }public:
property Task<CdmRegistration^>^ Task {
Task<CdmRegistration^>^ get ();
}Property Value
Type:
TaskCdmRegistration
See Also