CKFinder 3 – ASP.NET Connector Documentation
ICommandHandlerProxy Interface Reference

A Proxy for handling command executions. More...

Public Member Functions

Task< CommandResponse > ExecuteAsync (string commandName, CancellationToken cancellationToken)
 Invokes connector's command. More...
 

Detailed Description

A Proxy for handling command executions.

Member Function Documentation

◆ ExecuteAsync()

Task<CommandResponse> ExecuteAsync ( string  commandName,
CancellationToken  cancellationToken 
)

Invokes connector's command.

Parameters
commandNameA name of the command.
cancellationTokenA cancellation token.
Returns
A command response.

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