Share via


RunPollingOptions Class

Definition

Configuration and defaults associated with polling behavior for Assistant API run processing.

public sealed class RunPollingOptions
type RunPollingOptions = class
Public NotInheritable Class RunPollingOptions
Inheritance
RunPollingOptions

Constructors

RunPollingOptions()

Properties

DefaultMessageSynchronizationDelay

The default polling delay when retrying message retrieval due to a 404/NotFound from synchronization lag.

DefaultPollingBackoff

The default back-off interval when monitoring thread-run status.

DefaultPollingBackoffThreshold

The default number of polling iterations before using RunPollingBackoff.

DefaultPollingInterval

The default polling interval when monitoring thread-run status.

MessageSynchronizationDelay

The polling delay when retrying message retrieval due to a 404/NotFound from synchronization lag.

RunPollingBackoff

The back-off interval when monitoring thread-run status.

RunPollingBackoffThreshold

The number of polling iterations before using RunPollingBackoff.

RunPollingInterval

The polling interval when monitoring thread-run status.

Methods

GetPollingInterval(Int32)

Gets the polling interval for the specified iteration count.

Applies to