このページを含むバージョン:
このページを含まないバージョン:
Cancel the awaitable. If the awaitable is being awaited, the awaiter will get a System.OperationCanceledException.
Note: some methods returning an awaitable also accept a CancellationToken. Both cancelation models are equivalent.