Can CancellationTokens be used across AppDomains

Posted by Daniel Plaisted on Stack Overflow See other posts from Stack Overflow or by Daniel Plaisted
Published on 2010-04-30T04:18:11Z Indexed on 2010/04/30 4:27 UTC
Read the original article Hit count: 375

Filed under:
|
|
|

.NET 4 introduced some types to nicely support cooperative cancellation. I would like to be able to cancel an operation which is running in a different AppDomain. The CancellationToken type is a struct. If I pass it to another AppDomain, will it work as normal?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about appdomain