ImageSource.CancellationTokenSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CancellationTokenSource.
protected System.Threading.CancellationTokenSource CancellationTokenSource { get; }
member this.CancellationTokenSource : System.Threading.CancellationTokenSource
Property Value
System.Threading.CancellationTokenSource
Remarks
Used by inheritors to implement cancellable loads.