CloseTransactionExpressionModel<T> Structure |
Namespace: PostSharp.Patterns.Diagnostics.Transactions.Model
Assembly: PostSharp.Patterns.Diagnostics.Configuration (in PostSharp.Patterns.Diagnostics.Configuration.dll) Version: 2023.0.3.0 (2023.0.3.0)
public readonly struct CloseTransactionExpressionModel<T> : IFormattable
Type Parameters
- T
- Type of the model exposed by the request. See Request.
The CloseTransactionExpressionModel<T> type exposes the following members.
Name | Description | |
---|---|---|
CriticalCount |
Returns CriticalCount.
| |
ErrorCount |
Returns ErrorCount.
| |
ExecutionTime |
Returns ExecutionTime.
| |
Request |
Gets the model of the request that causes the transaction to be opened.
The type depends on the kind of transaction. For the ASP.NET Core LoggingActionFilter, this
property is of type AspNetCoreRequestExpressionModel.
| |
WarningCount |
Returns WarningCount.
|