Property | Type | Description | |
---|---|---|---|
GetTokenReg | System.Threading.CancellationTokenRegistration | ||
Register | System.Threading.CancellationTokenRegistration | ||
RemoveCallback | void |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
Cancel ( bool throwOnFirst ) : void | ||
CreateLinkedTokenSource ( ) : |
||
CreateLinkedTokenSource ( |
||
Dispose ( ) : void |
Method | Description | |
---|---|---|
GetTokenReg ( ) : System.Threading.CancellationTokenRegistration | ||
Register ( System.Action callback, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration | ||
RemoveCallback ( System.Threading.CancellationTokenRegistration tokenReg ) : void |
public static CreateLinkedTokenSource ( ) : |
||
return |
public static CreateLinkedTokenSource ( |
||
token1 | ||
token2 | ||
return |