Class AdditionalInfo
Represents a container for additional information that can be logged during execution. This class may store supplementary data that is useful for debugging or tracing execution flow.
Inheritance
System.Object
AdditionalInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Processing
Assembly: BoldReports.Web.dll
Syntax
public class AdditionalInfo
Constructors
AdditionalInfo()
Declaration
public AdditionalInfo()
Properties
Connections
Gets or sets the list of connections associated with the execution logger.
Declaration
public List<Connection> Connections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Connection> | A list of Connection objects that represent the various connections managed by the logger. |
Methods
Dispose()
Provides a mechanism for releasing unmanaged resources.
Declaration
public void Dispose()
Remarks
It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.