ThrowIfCanceled() public method

public ThrowIfCanceled ( ) : void
return void
Beispiel #1
0
 public void ThrowIfCanceled()
 {
     Scope.ThrowIfCanceled();
 }
Beispiel #2
0
 public CancellationScope GetResult()
 {
     Scope.ThrowIfCanceled();
     return(Scope);
 }