IncomingRequestOptions(bool)
Initializes a new IncomingRequestOptions.
Declaration
public IncomingRequestOptions(bool isParentSampled)
Parameters
Type | Name | Description |
---|---|---|
bool | 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 |