ActivityContext Class¶
- Namespace
Microsoft.AspNetCore.Diagnostics.Elm
- Assemblies
- Microsoft.AspNetCore.Diagnostics.Elm
Properties¶
-
Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext.
HttpInfo
¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.HttpInfo public HttpInfo HttpInfo { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext.
Id
¶ Return type: System.Guid public Guid Id { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext.
IsCollapsed
¶ Return type: System.Boolean public bool IsCollapsed { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext.
RepresentsScope
¶ Return type: System.Boolean public bool RepresentsScope { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext.
Root
¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode public ScopeNode Root { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext.
Time
¶ Return type: System.DateTimeOffset public DateTimeOffset Time { get; set; }
-