mindee-api-dotnet

AsyncPollingOptions Class

Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

Options to pass for asynchronous parsing with polling.

public sealed class AsyncPollingOptions

Inheritance: object → AsyncPollingOptions

Constructors

Name Description
AsyncPollingOptions(double, double, int) Options to pass for asynchronous parsing with polling.

Properties

Name Description
InitialDelayMilliSec Wait this many milliseconds between each polling attempt.
InitialDelaySec Wait this many seconds before the first polling attempt.
IntervalMilliSec Wait this many milliseconds before the first polling attempt.
IntervalSec Wait this many seconds between each polling attempt.
MaxRetries Maximum number of times to poll.

Documentation generated by MdDocs