DebuggerClientSetInstrumentationBreakpointAsync Method  | 
Version 106.0.290 
            Sets instrumentation breakpoint.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<SetInstrumentationBreakpointResponse> SetInstrumentationBreakpointAsync(
	SetInstrumentationBreakpointInstrumentation instrumentation
)
public:
Task<SetInstrumentationBreakpointResponse^>^ SetInstrumentationBreakpointAsync(
	SetInstrumentationBreakpointInstrumentation instrumentation
)
Parameters
- instrumentation
 - Type: CefSharp.DevTools.DebuggerSetInstrumentationBreakpointInstrumentation
Instrumentation name. 
Return Value
Type: 
TaskSetInstrumentationBreakpointResponsereturns System.Threading.Tasks.Task<SetInstrumentationBreakpointResponse>
See Also