CancellableBlockingCollection._cancellationTokenSource Field
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)
Usage
'Usage
Dim value As CancellationTokenSource
value = Me._cancellationTokenSource
Me._cancellationTokenSource = value
Syntax
'Declaration
Protected _cancellationTokenSource As CancellationTokenSource
protected CancellationTokenSource _cancellationTokenSource
protected:
CancellationTokenSource^ _cancellationTokenSource
protected CancellationTokenSource _cancellationTokenSource
protected var _cancellationTokenSource : CancellationTokenSource
Platforms
Target Platforms
See Also
Reference
CancellableBlockingCollection Generic Class
CancellableBlockingCollection Members
Microsoft.OneGet.Utility.Collections Namespace