Click or drag to resize

WcfLogReceiverClientBaseTService Methods

The WcfLogReceiverClientBaseTService generic 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 ClientBaseTService.)
Public methodBeginProcessLogMessages
Begins processing of log messages.
Public methodClose
Causes the ClientBaseTChannel object to transition from its current state into the closed state.
(Inherited from ClientBaseTService.)
Public methodCloseAsync
Closes the client asynchronously.
Public methodCloseAsync(Object)
Closes the client asynchronously.
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBaseTService.)
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 ClientBaseTService.)
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
Protected methodGetDefaultValueForInitializationT
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBaseTService.)
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 ClientBaseTService.)
Public methodOpen
Causes the ClientBaseTChannel object to transition from the created state into the opened state.
(Inherited from ClientBaseTService.)
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