ICommandsOperations Interface

Definition

Operations for invoking commands.

public interface ICommandsOperations
type ICommandsOperations = interface
Public Interface ICommandsOperations

Methods

InvokeAsync(InvokeCommandParameters, CancellationToken)

Invoke a command on the website's VM.

Extension Methods

Invoke(ICommandsOperations, InvokeCommandParameters)

Invoke a command on the website's VM.

InvokeAsync(ICommandsOperations, InvokeCommandParameters)

Invoke a command on the website's VM.

Applies to