CKFinder 3 – ASP.NET Connector Documentation
OperationCommand Class Reference

Tracks the progress of the operation in time-consuming connector commands. More...

Inheritance diagram for OperationCommand:
ICommand

Public Member Functions

Task< CommandResponseExecuteAsync (CancellationToken cancellationToken)
 Asynchronously executes the command. More...
 

Detailed Description

Tracks the progress of the operation in time-consuming connector commands.

Member Function Documentation

◆ ExecuteAsync()

Task<CommandResponse> ExecuteAsync ( CancellationToken  cancellationToken)
inline

Asynchronously executes the command.

Parameters
cancellationTokenA cancellation token.
Returns
An action result returned to the client.

Implements ICommand.


The documentation for this class was generated from the following file: