RunPollingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides 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
| DefaultMaximumRetryCount |
Gets the default maximum number or retries when monitoring thread-run status. |
| DefaultMessageSynchronizationDelay |
Gets the default polling delay when retrying message retrieval due to a 404/NotFound from synchronization lag. |
| DefaultPollingBackoff |
Gets the default back-off interval when monitoring thread-run status. |
| DefaultPollingBackoffThreshold |
Gets the default number of polling iterations before using RunPollingBackoff. |
| DefaultPollingInterval |
Gets the default polling interval when monitoring thread-run status. |
| MaximumRetryCount |
Gets or sets the maximum retry count when polling thread-run status. |
| MessageSynchronizationDelay |
Gets or sets the polling delay when retrying message retrieval due to a 404/NotFound from synchronization lag. |
| RunPollingBackoff |
Gets or sets the back-off interval when monitoring thread-run status. |
| RunPollingBackoffThreshold |
Gets or sets the number of polling iterations before using RunPollingBackoff. |
| RunPollingInterval |
Gets or sets the polling interval when monitoring thread-run status. |
Methods
| GetPollingInterval(Int32) |
Gets the polling interval for the specified iteration count. |