 | NetworkLogEventDroppedEventArgsReason Property |
The reason why log was dropped
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic NetworkLogEventDroppedReason Reason { get; }
Public ReadOnly Property Reason As NetworkLogEventDroppedReason
Get
Dim instance As NetworkLogEventDroppedEventArgs
Dim value As NetworkLogEventDroppedReason
value = instance.Reason
member Reason : NetworkLogEventDroppedReason with get
Property Value
Type:
NetworkLogEventDroppedReason
See Also