Click or drag to resize

IWcfLogReceiverClient Methods

The IWcfLogReceiverClient type exposes the following members.

Methods
  NameDescription
Public methodAbort
Causes a communication object to transition immediately from its current state into the closed state.
(Inherited from ICommunicationObject.)
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous operation to close a communication object.
(Inherited from ICommunicationObject.)
Public methodBeginClose(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to close a communication object with a specified timeout.
(Inherited from ICommunicationObject.)
Public methodBeginOpen(AsyncCallback, Object)
Begins an asynchronous operation to open a communication object.
(Inherited from ICommunicationObject.)
Public methodBeginOpen(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to open a communication object within a specified interval of time.
(Inherited from ICommunicationObject.)
Public methodBeginProcessLogMessages
Begins processing of log messages.
Public methodClose
Causes a communication object to transition from its current state into the closed state.
(Inherited from ICommunicationObject.)
Public methodClose(TimeSpan)
Causes a communication object to transition from its current state into the closed state.
(Inherited from ICommunicationObject.)
Public methodCloseAsync
Closes the client asynchronously.
Public methodCloseAsync(Object)
Closes the client asynchronously.
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
Public methodEndClose
Completes an asynchronous operation to close a communication object.
(Inherited from ICommunicationObject.)
Public methodEndOpen
Completes an asynchronous operation to open a communication object.
(Inherited from ICommunicationObject.)
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
Public methodOpen
Causes a communication object to transition from the created state into the opened state.
(Inherited from ICommunicationObject.)
Public methodOpen(TimeSpan)
Causes a communication object to transition from the created state into the opened state within a specified interval of time.
(Inherited from ICommunicationObject.)
Public methodOpenAsync
Opens the client asynchronously.
Public methodOpenAsync(Object)
Opens the client asynchronously.
Public methodProcessLogMessagesAsync(NLogEvents)
Processes the log messages asynchronously.
Public methodProcessLogMessagesAsync(NLogEvents, Object)
Processes the log messages asynchronously.
Top
See Also