CancellationTokenSource..::..Token Property
Namespace:
System.Threading
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public CancellationToken Token { get; set; }
<FieldPropertyAttribute> _ Public Property Token As CancellationToken Get Set
[FieldPropertyAttribute] public: property CancellationToken^ Token { CancellationToken^ get (); void set (CancellationToken^ value); }