TaskRegisterCdmCallbackTask Property |
Version 86.0.240
Task used to await this callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax public Task<CdmRegistration> Task { get; }
public:
property Task<CdmRegistration^>^ Task {
Task<CdmRegistration^>^ get ();
}
Property Value
Type:
TaskCdmRegistrationSee Also