CloseActivityOptions Constructor (Object) |
Initializes a new CloseActivityOptions and specifies properties using an arbitrary object
(possibly of an anonymous class).
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CloseActivityOptions( Object data = null )
Parameters
- data (Optional)
- Type: System.Object
Optional. Specifies the properties of the WriteMessageOptions, typically specified as an instance of a well-known or anonymous CLR type. The resulting LogEventData will have the default LogEventMetadata, which means that all CLR properties will be exposed as logging properties unless they are annotated with LoggingPropertyOptionsAttribute.