You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IAsyncInvocation currently offers only a subset of the capabilities available in the original IInvocation. Some of those have to be restricted (e.g. the ability to mutate by-ref arguments, or the ability to set the raw return value), but others are still missing and need to be added back.
The text was updated successfully, but these errors were encountered:
IAsyncInvocation
currently offers only a subset of the capabilities available in the originalIInvocation
. Some of those have to be restricted (e.g. the ability to mutate by-ref arguments, or the ability to set the raw return value), but others are still missing and need to be added back.The text was updated successfully, but these errors were encountered: