Class CancellationTokenSourceImpl
Inheritance
System.Object
CancellationTokenSourceImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System.Threading
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class CancellationTokenSourceImpl
Methods
| Improve this Doc View SourceDispose(CancellationTokenSource)
Declaration
public static void Dispose(CancellationTokenSource aThis)
Parameters
Type | Name | Description |
---|---|---|
CancellationTokenSource | aThis |
NotifyCancellation(CancellationTokenSource, Boolean)
Declaration
public static void NotifyCancellation(CancellationTokenSource aThis, bool aBool)
Parameters
Type | Name | Description |
---|---|---|
CancellationTokenSource | aThis | |
System.Boolean | aBool |