 | AsyncLogEventInfoContinuation Property |
Gets the continuation.
Namespace:
NLog.Common
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic AsyncContinuation Continuation {
get;
}
Public ReadOnly Property Continuation As AsyncContinuation
Get
Dim instance As AsyncLogEventInfo
Dim value As AsyncContinuation
value = instance.Continuation
member Continuation : AsyncContinuation with
get
Property Value
Type:
AsyncContinuation
See Also