Click or drag to resize

ILogReceiverTwoWayClientBeginProcessLogMessages Method

Begins processing of log messages.

Namespace:  NLog.LogReceiverService
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.2+0aa8a85babd1d0accd72c78d26557909e04224a2
Syntax
IAsyncResult BeginProcessLogMessages(
	NLogEvents events,
	AsyncCallback callback,
	Object asyncState
)

Parameters

events
Type: NLog.LogReceiverServiceNLogEvents
The events.
callback
Type: SystemAsyncCallback
The callback.
asyncState
Type: SystemObject
Asynchronous state.

Return Value

Type: IAsyncResult
IAsyncResult value which can be passed to EndProcessLogMessages(IAsyncResult).
See Also