PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CorrelationIncoming­Request­OptionsIs­Parent­Sampled
Open sandboxFocus

IncomingRequestOptions.IsParentSampled Property

IsParentSampled

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).

Declaration
public bool IsParentSampled { get; }
Property Value
Type Description
Boolean