![]() | WcfLogReceiverClientBaseTService Class |
Namespace: NLog.LogReceiverService
public abstract class WcfLogReceiverClientBase<TService> : ClientBase<TService>, IWcfLogReceiverClient, ICommunicationObject where TService : class
The WcfLogReceiverClientBaseTService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Channel | (Inherited from ClientBaseTService.) |
![]() | ChannelFactory | (Inherited from ClientBaseTService.) |
![]() | ClientCredentials | (Inherited from ClientBaseTService.) |
![]() | CookieContainer |
Gets or sets the cookie container.
|
![]() | Endpoint | (Inherited from ClientBaseTService.) |
![]() | InnerChannel | (Inherited from ClientBaseTService.) |
![]() | State | (Inherited from ClientBaseTService.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from ClientBaseTService.) |
![]() | BeginProcessLogMessages |
Begins processing of log messages.
|
![]() | Close | Causes the ClientBaseTChannel object to transition from its current state into the closed state. (Inherited from ClientBaseTService.) |
![]() | CloseAsync |
Closes the client asynchronously.
|
![]() | CloseAsync(Object) |
Closes the client asynchronously.
|
![]() | CreateChannel | (Inherited from ClientBaseTService.) |
![]() | DisplayInitializationUI | Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. (Inherited from ClientBaseTService.) |
![]() | EndProcessLogMessages |
Ends asynchronous processing of log messages.
|
![]() | GetDefaultValueForInitializationT | (Inherited from ClientBaseTService.) |
![]() | InvokeAsync | (Inherited from ClientBaseTService.) |
![]() | Open | Causes the ClientBaseTChannel object to transition from the created state into the opened state. (Inherited from ClientBaseTService.) |
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | CloseCompleted |
Occurs when Close operation has completed.
|
![]() | OpenCompleted |
Occurs when Open operation has completed.
|
![]() | ProcessLogMessagesCompleted |
Occurs when the log message processing has completed.
|