mindee-api-dotnet

AsyncPollingOptions Class

Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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