Click or drag to resize

WcfLogReceiverClientBaseTServiceBeginProcessLogMessages Method

Begins processing of log messages.

Namespace:  NLog.LogReceiverService
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax
public abstract IAsyncResult BeginProcessLogMessages(
	NLogEvents events,
	AsyncCallback callback,
	Object asyncState
)

Parameters

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

Return Value

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

Implements

IWcfLogReceiverClientBeginProcessLogMessages(NLogEvents, AsyncCallback, Object)
See Also