Otter SDK Reference
Version:

ExecuteAsync(System.Threading.CancellationToken cancellationToken) Method

Invoked on the remote agent to perform the job.

Syntax

public abstract Task<object> ExecuteAsync(System.Threading.CancellationToken cancellationToken)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Returns

The result of the job.