ThrowIfCanceled() 공개 메소드

public ThrowIfCanceled ( ) : void
리턴 void
예제 #1
0
 public void ThrowIfCanceled()
 {
     Scope.ThrowIfCanceled();
 }
예제 #2
0
 public CancellationScope GetResult()
 {
     Scope.ThrowIfCanceled();
     return(Scope);
 }