PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsAsync­Custom­Activity­Logging­ContextSynthetic­Parent­Id
Open sandboxFocus

AsyncCustomActivityLoggingContext.SyntheticParentId Property

SyntheticParentId

When this property returns a non-null value, the SyntheticId property shall use the value of the SyntheticParentId property as the parent identifier, instead of recursively building the synthetic identifier based on ParentContext. You can set this property when you open a custom activity by configuring the OpenActivityOptions object.

Declaration
public override string SyntheticParentId { get; }
Property Value
Type Description
System.String
Overrides
LoggingContext.SyntheticParentId