CancellationTokenSource.Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the unmanaged resources used by the CancellationTokenSource class and optionally releases the managed resources.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- disposing
- Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Show: