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