Click or drag to resize

WcfLogReceiverTwoWayClient Methods

The WcfLogReceiverTwoWayClient type exposes the following members.

Methods
  NameDescription
Public methodAbort
Causes the ClientBaseTChannel object to transition immediately from its current state into the closed state.
(Inherited from ClientBaseILogReceiverTwoWayClient.)
Public methodBeginProcessLogMessages
Begins processing of log messages.
(Overrides WcfLogReceiverClientBaseTServiceBeginProcessLogMessages(NLogEvents, AsyncCallback, Object).)
Public methodClose
Causes the ClientBaseTChannel object to transition from its current state into the closed state.
(Inherited from ClientBaseILogReceiverTwoWayClient.)
Public methodCloseAsync
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodCloseAsync(Object)
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseILogReceiverTwoWayClient.)
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
(Overrides WcfLogReceiverClientBaseTServiceEndProcessLogMessages(IAsyncResult).)
Public methodOpen
Causes the ClientBaseTChannel object to transition from the created state into the opened state.
(Inherited from ClientBaseILogReceiverTwoWayClient.)
Public methodOpenAsync
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodOpenAsync(Object)
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodProcessLogMessagesAsync(NLogEvents)
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodProcessLogMessagesAsync(NLogEvents, Object)
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Top
See Also