AnimationClientGetCurrentTimeAsync Method |
Version 130.1.90
Returns the current time of the an animation.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetCurrentTimeResponse> GetCurrentTimeAsync(
string id
)
public:
Task<GetCurrentTimeResponse^>^ GetCurrentTimeAsync(
String^ id
)
Parameters
- id String
- Id of animation.
Return Value
TaskGetCurrentTimeResponsereturns System.Threading.Tasks.Task<GetCurrentTimeResponse>
See Also