ICommandSetProvider.DeactivateCommandSetAsync(CancellationToken) Method

Definition

Indicates that the commands in this set are currently out of scope.

public:
 System::Threading::Tasks::Task ^ DeactivateCommandSetAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task DeactivateCommandSetAsync (System.Threading.CancellationToken cancellationToken);
abstract member DeactivateCommandSetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeactivateCommandSetAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

Task to track the asynchronous call status.

Applies to