ICustomActivityLoggingContext Properties |
The ICustomActivityLoggingContext type exposes the following members.
Name | Description | |
---|---|---|
CustomActivityKind |
Gets the kind of LogActivity represented by the current context.
| |
IsAsync |
Determines whether the context represents an async method or a custom activity in an async method.
(Inherited from ILoggingContext.) | |
IsDisposed |
Determines whether the context is currently disposed (contexts can be recycled, therefore the
disposed state is not the final state).
(Inherited from ILoggingContext.) | |
RecycleId |
Gets an integer that is incremented every time the current instance is being recycled.
(Inherited from ILoggingContext.) | |
StartTimestamp |
Gets the timestamp (given by CurrentTimestamp) of the moment when the activity started.
| |
SyntheticId |
Gets a cross-process globally unique identifier for the current context.
(Inherited from ILoggingContext.) |