Click or drag to resize

AsyncLogEventInfo Structure

Represents the logging event with asynchronous continuation.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
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