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