Hi
May I know what is the difference between both? Which one should I use?
ServerJobCancellationToken
is an internal class, you should not be aware of it Only
JobCancellationToken
is available for user code, so you should use it.
Hi
May I know what is the difference between both? Which one should I use?
ServerJobCancellationToken
is an internal class, you should not be aware of it Only
JobCancellationToken
is available for user code, so you should use it.