Click or drag to resize

WcfLogReceiverClientBase<TService> Methods

The WcfLogReceiverClientBase<TService> generic type exposes the following members.

Methods
  NameDescription
Public methodAbort
Causes the ClientBase<TChannel> object to transition immediately from its current state into the closed state.
(Inherited from ClientBase<TService>.)
Public methodBeginProcessLogMessages
Begins processing of log messages.
Public methodClose
Causes the ClientBase<TChannel> object to transition from its current state into the closed state.
(Inherited from ClientBase<TService>.)
Public methodCloseAsync()
Closes the client asynchronously.
Public methodCloseAsync(Object)
Closes the client asynchronously.
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBase<TService>.)
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 ClientBase<TService>.)
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
Protected methodGetDefaultValueForInitialization<T>
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBase<TService>.)
Protected methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBase<TService>.)
Public methodOpen
Causes the ClientBase<TChannel> object to transition from the created state into the opened state.
(Inherited from ClientBase<TService>.)
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