![]() | WcfLogReceiverClientBase<TService> Methods |
The WcfLogReceiverClientBase<TService> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abort | Causes the ClientBase<TChannel> object to transition immediately from its current state into the closed state. (Inherited from ClientBase<TService>.) |
![]() | BeginProcessLogMessages |
Begins processing of log messages.
|
![]() | Close | Causes the ClientBase<TChannel> object to transition from its current state into the closed state. (Inherited from ClientBase<TService>.) |
![]() | CloseAsync() |
Closes the client asynchronously.
|
![]() | CloseAsync(Object) |
Closes the client asynchronously.
|
![]() | CreateChannel | Returns a new channel to the service. (Inherited from ClientBase<TService>.) |
![]() | DisplayInitializationUI | 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>.) |
![]() | EndProcessLogMessages |
Ends asynchronous processing of log messages.
|
![]() | GetDefaultValueForInitialization<T> | Replicates the behavior of the default keyword in C#. (Inherited from ClientBase<TService>.) |
![]() | InvokeAsync | 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>.) |
![]() | Open | Causes the ClientBase<TChannel> object to transition from the created state into the opened state. (Inherited from ClientBase<TService>.) |
![]() | OpenAsync() |
Opens the client asynchronously.
|
![]() | OpenAsync(Object) |
Opens the client asynchronously.
|
![]() | ProcessLogMessagesAsync(NLogEvents) |
Processes the log messages asynchronously.
|
![]() | ProcessLogMessagesAsync(NLogEvents, Object) |
Processes the log messages asynchronously.
|