ICommandSetProvider.DeactivateCommandSetAsync(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.
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.