 | AsyncTaskTargetRetryCount Property |
How many attempts to retry the same Task, before it is aborted
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic int RetryCount { get; set; }
Public Property RetryCount As Integer
Get
Set
Dim instance As AsyncTaskTarget
Dim value As Integer
value = instance.RetryCount
instance.RetryCount = value
member RetryCount : int with get, set
Property Value
Type:
Int32
RemarksDefault: 0
See Also