ITransactionPolicySelector.GetPolicy Method |
Gets the policy that determines whether an activity should be a logged transaction, and other details about the transaction.
Namespace: PostSharp.Patterns.Diagnostics.Transactions
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
ITransactionPolicy GetPolicy( in TransactionProperties properties, bool throwing = false )
Parameters
- properties
- Type: PostSharp.Patterns.Diagnostics.Transactions.TransactionPropertiesInAttribute
Properties, especially of the activity that's creating a transaction. - throwing (Optional)
- Type: System.Boolean
true if errors should be reported as exceptions, false if they should be handled without exception. The default is false. The true value is used for debugging and diagnostics.
Return Value
Type: ITransactionPolicyPolicy to apply to the activity.
This method must ignore any sampling policy since they have already been evaluated by GetTransactionRequirement(TransactionProperties, Boolean).