OpenTransactionExpressionModel<T>.IsParentSampled Property
|
Determines whether the parent request was logged as a result of sampling,
i.e. it was logged by a policy that had a sampling clause. It corresponds
to the sampled flag of the W3C Trace Context specification
(https://www.w3.org/TR/trace-context/#sampled-flag).
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)
Syntaxpublic bool IsParentSampled { get; }
Property Value
Type:
Boolean
See Also