TransactionPolicyExpressionFunctions Class |
PostSharp.Patterns.Diagnostics.Transactions.Model.TransactionPolicyExpressionFunctions
Namespace: PostSharp.Patterns.Diagnostics.Transactions.Model
Assembly: PostSharp.Patterns.Diagnostics.Configuration (in PostSharp.Patterns.Diagnostics.Configuration.dll) Version: 6.10.10.0 (6.10.10.0)
public static class TransactionPolicyExpressionFunctions
The TransactionPolicyExpressionFunctions type exposes the following members.
Name | Description | |
---|---|---|
Matches |
Returns true if the string input matches the regex pattern.
| |
OnceEveryXSeconds |
Returns true if the method has not returned true for the same key for a period of time.
| |
Random |
Returns true randomly, with a chance given by the threshold.
|