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