 | NetworkLogEventDroppedEventArgs Constructor |
Creates new instance of NetworkTargetLogEventDroppedEventArgs
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic NetworkLogEventDroppedEventArgs(
NetworkLogEventDroppedReason reason
)
Public Sub New (
reason As NetworkLogEventDroppedReason
)
Dim reason As NetworkLogEventDroppedReason
Dim instance As New NetworkLogEventDroppedEventArgs(reason)
new :
reason : NetworkLogEventDroppedReason -> NetworkLogEventDroppedEventArgs
Parameters
- reason
- Type: NLog.TargetsNetworkLogEventDroppedReason
See Also