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