AsyncLogEventInfo Structure |
Namespace: NLog.Common
The AsyncLogEventInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncLogEventInfo |
Initializes a new instance of the AsyncLogEventInfo struct.
|
| Name | Description | |
|---|---|---|
| Continuation |
Gets the continuation.
| |
| LogEvent |
Gets the log event.
|
| Name | Description | |
|---|---|---|
| Equals(AsyncLogEventInfo) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| Inequality |
Implements the operator ==.
|