Click or drag to resize

IWcfLogReceiverClient Events

The IWcfLogReceiverClient type exposes the following members.

Events
  NameDescription
Public eventCloseCompleted
Occurs when Close operation has completed.
Public eventClosed
Occurs when the communication object completes its transition from the closing state into the closed state.
(Inherited from ICommunicationObject.)
Public eventClosing
Occurs when the communication object first enters the closing state.
(Inherited from ICommunicationObject.)
Public eventFaulted
Occurs when the communication object first enters the faulted state.
(Inherited from ICommunicationObject.)
Public eventOpenCompleted
Occurs when Open operation has completed.
Public eventOpened
Occurs when the communication object completes its transition from the opening state into the opened state.
(Inherited from ICommunicationObject.)
Public eventOpening
Occurs when the communication object first enters the opening state.
(Inherited from ICommunicationObject.)
Public eventProcessLogMessagesCompleted
Occurs when the log message processing has completed.
Top
See Also