ElmStore Class
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.
public ref class ElmStore
public class ElmStore
type ElmStore = class
Public Class ElmStore
- Inheritance
-
ElmStore
Constructors
ElmStore() |
Methods
AddActivity(ActivityContext) |
Adds a new ActivityContext to the store. |
Clear() |
Removes all activity contexts that have been stored. |
Count() |
Returns the total number of logs in all activities in the store |
GetActivities() |
Returns an IEnumerable of the contexts of the logs. |