WebAudioClient.GetRealtimeDataAsync Method |
Version 105.3.390
Fetch the realtime data from the registered contexts.
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntaxpublic Task<GetRealtimeDataResponse> GetRealtimeDataAsync(
string contextId
)
public:
Task<GetRealtimeDataResponse^>^ GetRealtimeDataAsync(
String^ contextId
)
Parameters
- contextId
- Type: System.String
contextId
Return Value
Type:
Task<GetRealtimeDataResponse>returns System.Threading.Tasks.Task<GetRealtimeDataResponse>
See Also