AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the queue for the specified quantum task.

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.QuantumTaskQueueInfo

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class QuantumTaskQueueInfo

The QuantumTaskQueueInfo type exposes the following members

Constructors

NameDescription
Public Method QuantumTaskQueueInfo()

Properties

NameTypeDescription
Public Property Message System.String

Gets and sets the property Message.

Optional. Provides more information about the queue position. For example, if the task is complete and no longer in the queue, the message field contains that information.

Public Property Position System.String

Gets and sets the property Position.

Current position of the task in the quantum tasks queue.

Public Property Queue Amazon.Braket.QueueName

Gets and sets the property Queue.

The name of the queue.

Public Property QueuePriority Amazon.Braket.QueuePriority

Gets and sets the property QueuePriority.

Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5