 | WcfLogReceiverClientFaulted Event |
Occurs when the communication object first enters the faulted state.
Namespace:
NLog.LogReceiverService
Assembly:
NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.2+0aa8a85babd1d0accd72c78d26557909e04224a2
Syntaxpublic event EventHandler Faulted
Public Event Faulted As EventHandler
Dim instance As WcfLogReceiverClient
Dim handler As EventHandler
AddHandler instance.Faulted, handler
abstract Faulted : IEvent<EventHandler,
EventArgs>
override Faulted : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerImplements
ICommunicationObjectFaulted
See Also