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

AsyncCustomActivityLoggingContext.SyntheticRootId Property

SyntheticRootId

When this property returns a non-null value, the SyntheticId property shall return the same value as the SyntheticRootId property, instead of starting with the id of the parent context. You can set this property when you open a custom activity by configuring the OpenActivityOptions object.

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