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.
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. |