ElmStore.GetActivities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IEnumerable of the contexts of the logs.
public:
System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::Elm::ActivityContext ^> ^ GetActivities();
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext> GetActivities ();
member this.GetActivities : unit -> seq<Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext>
Public Function GetActivities () As IEnumerable(Of ActivityContext)
Returns
An IEnumerable of ActivityContext objects where each context stores information about a top level scope.