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