Click or drag to resize

WcfLogReceiverClient Methods

The WcfLogReceiverClient type exposes the following members.

Methods
  NameDescription
Public methodAbort
Causes a communication object to transition immediately from its current state into the closed state.
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous operation to close a communication object.
Public methodBeginClose(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to close a communication object with a specified timeout.
Public methodBeginOpen(AsyncCallback, Object)
Begins an asynchronous operation to open a communication object.
Public methodBeginOpen(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to open a communication object within a specified interval of time.
Public methodBeginProcessLogMessages
Begins processing of log messages.
Public methodClose
Causes a communication object to transition from its current state into the closed state.
Public methodClose(TimeSpan)
Causes a communication object to transition from its current state into the closed state.
Public methodCloseAsync
Closes the client asynchronously.
Public methodCloseAsync(Object)
Closes the client asynchronously.
Public methodCloseCommunicationObject
Causes a communication object to transition from its current state into the closed state.
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.
Public methodEndOpen
Completes an asynchronous operation to open a communication object.
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
Public methodOpen
Causes a communication object to transition from the created state into the opened state.
Public methodOpen(TimeSpan)
Causes a communication object to transition from the created state into the opened state within a specified interval of time.
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