|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Dispose () |
| ValueTask | DisposeAsync () |
| bool | Unregister () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| bool | Equals (CancellationTokenRegistration other) |
| override int | GetHashCode () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static bool | operator== (CancellationTokenRegistration left, CancellationTokenRegistration right) |
| static bool | operator!= (CancellationTokenRegistration left, CancellationTokenRegistration right) |
Package Functions | |
| CancellationTokenRegistration (long id, CancellationTokenSource.CallbackNode node) | |
Properties | |
| CancellationToken | Token [get] |
Private Attributes | |
| readonly long | _id |
| readonly CancellationTokenSource.CallbackNode | _node |
Definition at line 6 of file CancellationTokenRegistration.cs.