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