Class EventInfoProvider
Store and get infos
Inheritance
System.Object
EventInfoProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Events
Assembly: VEDriversLite.dll
Syntax
public static class EventInfoProvider
Properties
| Improve this Doc View SourceEventInfoStore
Storage of the Events
Declaration
public static ConcurrentDictionary<string, IEventInfo> EventInfoStore { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Concurrent.ConcurrentDictionary<System.String, IEventInfo> |
Methods
| Improve this Doc View SourceDeleteEventInfo(String)
Delete stored info in the buffer
Declaration
public static IEventInfo DeleteEventInfo(string guid)
Parameters
Type | Name | Description |
---|---|---|
System.String | guid |
Returns
Type | Description |
---|---|
IEventInfo |
StoreEventInfo(IEventInfo)
Save event info to the buffer
Declaration
public static string StoreEventInfo(IEventInfo info)
Parameters
Type | Name | Description |
---|---|---|
IEventInfo | info |
Returns
Type | Description |
---|---|
System.String |