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 a specified job.

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.HybridJobQueueInfo

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

Syntax

C#
public class HybridJobQueueInfo

The HybridJobQueueInfo type exposes the following members

Constructors

NameDescription
Public Method HybridJobQueueInfo()

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 job 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 job in the jobs queue.

Public Property Queue Amazon.Braket.QueueName

Gets and sets the property Queue.

The name of the 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