Example #1
0
 public Task DisableAsync(CancellationToken ct)
 {
     return(_process.DisableBreakpointAsync(this, ct));
 }