◆ LazyLoadingConfiguration()
| FiftyOne.Pipeline.Engines.Configuration.LazyLoadingConfiguration.LazyLoadingConfiguration | ( | int | propertyTimeoutMs = Constants.LAZY_LOADING_DEFAULT_TIMEOUT_MS,
|
| CancellationToken? | cancellationToken = null
|
||
| ) |
Constructor
- Parameters
-
- propertyTimeoutMs - The timeout in milliseconds to use when waiting for processing to complete in order to retrieve property values. If the timeout is exceeded then a TimeoutException will be thrown.
- cancellationToken - The System.Threading.CancellationToken to use when waiting for processing to complete in order to retrieve property values. If the cancellation token is triggered then the call to the property will return immediately with a null value.
Property Documentation
◆ CancellationToken
CancellationToken? FiftyOne.Pipeline.Engines.Configuration.LazyLoadingConfiguration.CancellationToken get setThe System.Threading.CancellationToken to use when waiting for processing to complete in order to retrieve property values.
If the cancellation token is triggered then the call to the property will return immediately with a null value.
◆ PropertyTimeoutMs
int FiftyOne.Pipeline.Engines.Configuration.LazyLoadingConfiguration.PropertyTimeoutMs get setThe timeout in milliseconds to use when waiting for processing to complete in order to retrieve property values.
If the timeout is exceeded then a TimeoutException will be thrown.
