Options of the closing methods of the LogActivity<TActivityDescription> type.
Implements
Namespace: Flashtrace.Options
Assembly: Flashtrace.dll
Syntax
public struct CloseActivityOptions : IEquatable<CloseActivityOptions>Constructors
| Name | Description |
|---|---|
| CloseActivityOptions(in LogEventData) | Initializes a new instance of the CloseActivityOptions struct specifying properties using a LogEventData. |
| CloseActivityOptions(object?) | Initializes a new instance of the CloseActivityOptions struct specifying properties using an arbitrary object (possibly of an anonymous class). |
Properties
| Name | Description |
|---|---|
| Data | Gets the properties of the CloseActivityOptions, typically specified as an instance of a well-known or anonymous CLR type. |
Methods
| Name | Description |
|---|---|
| Equals(CloseActivityOptions) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(CloseActivityOptions, CloseActivityOptions) | |
| operator !=(CloseActivityOptions, CloseActivityOptions) |