예제 #1
0
 internal void Complete()
 {
     _counter.End();
 }
예제 #2
0
 internal void Complete(bool withResult)
 {
     _counter.End(withResult);
 }