 | IWcfLogReceiverClientProcessLogMessagesAsync Method (NLogEvents, Object) |
Processes the log messages asynchronously.
Namespace: NLog.LogReceiverServiceAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid ProcessLogMessagesAsync(
NLogEvents events,
Object userState
)
Sub ProcessLogMessagesAsync (
events As NLogEvents,
userState As Object
)
Parameters
- events
- Type: NLog.LogReceiverServiceNLogEvents
The events to send. - userState
- Type: SystemObject
User-specific state.
See Also