WcfLogReceiverClientBaseTService Methods |
The WcfLogReceiverClientBaseTService generic type exposes the following members.
Name | Description | |
---|---|---|
Abort | Causes the ClientBaseTChannel object to transition immediately from its current state into the closed state. (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 | Returns a new channel to the service. (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 | Replicates the behavior of the default keyword in C#. (Inherited from ClientBaseTService.) | |
InvokeAsync | Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview. (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.
|