DebuggerClientNextWasmDisassemblyChunkAsync Method  | 
Version 106.0.290 
            Disassemble the next chunk of lines for the module corresponding to the
            stream. If disassembly is complete, this API will invalidate the streamId
            and return an empty chunk. Any subsequent calls for the now invalid stream
            will return errors.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<NextWasmDisassemblyChunkResponse> NextWasmDisassemblyChunkAsync(
	string streamId
)
public:
Task<NextWasmDisassemblyChunkResponse^>^ NextWasmDisassemblyChunkAsync(
	String^ streamId
)
Parameters
- streamId
 - Type: SystemString
streamId 
Return Value
Type: 
TaskNextWasmDisassemblyChunkResponsereturns System.Threading.Tasks.Task<NextWasmDisassemblyChunkResponse>
See Also