Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 618 Bytes

CancellationToken

Introduction

This solution shows how to use CancellationToken in C#.
I've also written an article to explain CancellationToken in details. You can find it here in my LinkedIn:
https://www.linkedin.com/pulse/cancellationtoken-c-amir-doosti-vmjjf

Structure of soution

The solution contains a Console App project which are written in Visual Studio.

Technology stack

  • OS: Windows 10 Enterprise - 64 bits
  • IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
  • Framework: .Net 8
  • Language: C#

How to run

Open the solution in Visual Studio and run it using F5.