diff --git a/xml/System.Threading/CancellationTokenRegistration.xml b/xml/System.Threading/CancellationTokenRegistration.xml index 5901405b2b8..dee3ea7c6e9 100644 --- a/xml/System.Threading/CancellationTokenRegistration.xml +++ b/xml/System.Threading/CancellationTokenRegistration.xml @@ -450,12 +450,17 @@ The returned completes once the associat System.Threading.CancellationToken - Gets the with which this registration is associated. If the - registration isn't associated with a token (such as after the registration has been disposed), - this will return a default token. + Gets the with which this registration is associated. The cancellation token with which this registration is associated, or a default token if the - registration isn't associated with a token (such as after the registration has been disposed). - To be added. + registration isn't associated with a token. + + was created by registering with a that already +had cancellation requested, the registration may not be associated with the token, in which case this property may return a default token. + + ]]> +