ISuggestedAction.Invoke(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the suggested action.
public:
void Invoke(System::Threading::CancellationToken cancellationToken);
public void Invoke (System.Threading.CancellationToken cancellationToken);
abstract member Invoke : System.Threading.CancellationToken -> unit
Public Sub Invoke (cancellationToken As CancellationToken)
Parameters
- cancellationToken
- CancellationToken
A cancellation token that allows cancel of action invocation.