예제 #1
0
 internal Task ClearSteppingStateAsync(CancellationToken ct)
 {
     return(_process.SendClearSteppingAsync(_identity, ct));
 }