Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Options to pass for asynchronous parsing with polling.
public sealed class AsyncPollingOptions
Inheritance: object → AsyncPollingOptions
Name | Description |
---|---|
AsyncPollingOptions(double, double, int) | Options to pass for asynchronous parsing with polling. |
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