Click or drag to resize

AsyncLogEventInfo Structure

Represents the logging event with asynchronous continuation.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public struct AsyncLogEventInfo : IEquatable<AsyncLogEventInfo>

The AsyncLogEventInfo type exposes the following members.

Constructors
  NameDescription
Public methodAsyncLogEventInfo
Initializes a new instance of the AsyncLogEventInfo struct.
Top
Properties
  NameDescription
Public propertyContinuation
Gets the continuation.
Public propertyLogEvent
Gets the log event.
Top
Methods
  NameDescription
Public methodEquals(AsyncLogEventInfo)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator ==.
Top
See Also