Exemple #1
0
 /// <summary>
 /// Removes the provided break point
 /// </summary>
 public Task RemoveAsync(CancellationToken ct)
 {
     return(_process.RemoveBreakpointAsync(this, ct));
 }