RetryingTargetWrapper Properties |
The RetryingTargetWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| EnableBatchWrite |
Gets or sets whether to enable batching, and only apply single delay when a whole batch fails
| |
| IsInitialized |
Gets a value indicating whether the target has been initialized.
(Inherited from Target.) | |
| LoggingConfiguration |
Gets the logging configuration this target is part of.
(Inherited from Target.) | |
| Name |
Gets or sets the name of the target.
(Inherited from Target.) | |
| RetryCount |
Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
| |
| RetryDelayMilliseconds |
Gets or sets the time to wait between retries in milliseconds.
| |
| SyncRoot |
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.) | |
| WrappedTarget |
Gets or sets the target that is wrapped by this target.
(Inherited from WrapperTargetBase.) |