OpenActivityOptions Properties |
The OpenActivityOptions type exposes the following members.
Name | Description | |
---|---|---|
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.
| |
Kind |
Gets or sets the kind of LogActivity.
| |
Properties |
Gets or sets the activity properties.
| |
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 the parent context.
| |
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.
|