PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsOpen­Activity­OptionsIs­Synthetic­Root­Id
Open sandboxFocus

OpenActivityOptions.IsSyntheticRootId Property

IsSyntheticRootId

When the property value is true, the resulting activity will be assigned a global id, irrespective of the id generation strategy. This means that the resulting SyntheticId will be rooted by the current activity. When this property is false, the SyntheticId will may start with the id of the parent context.

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