Skip to main content

Class RetrieveQueuedTaskInput

The RetrieveQueuedTaskInput.

Assembly: Taskurai.dll
Declaration
public class RetrieveQueuedTaskInput

Properties

WorkerName

Name of the worker.

Declaration
public string WorkerName { get; }

VisibilityTimeout

Time in seconds the task is invisible to other instances of the worker (default 300, max 7 days).

Declaration
public double? VisibilityTimeout { get; set; }

IsolationMode

Retrieve tasks in isolation mode (local identifier required).

Declaration
public bool? IsolationMode { get; set; }

LocalIdentifier

Local identifier.

Declaration
public string LocalIdentifier { get; set; }

WorkerImage

Local identifier.

Declaration
public string WorkerImage { get; set; }