'Declaration
Public Shared Function UpdateMonitorEntryFromEvent( _ ByVal monitorEntryDictionary As System.Collections.Concurrent.ConcurrentDictionary(Of Integer,MonitorEntry), _ ByVal e As EntryEventArgs _ ) As MonitorEntry
'Usage
Dim monitorEntryDictionary As System.Collections.Concurrent.ConcurrentDictionary(Of Integer,MonitorEntry) Dim e As EntryEventArgs Dim value As MonitorEntry value = MonitorEventHelpers.UpdateMonitorEntryFromEvent(monitorEntryDictionary, e)
public static MonitorEntry UpdateMonitorEntryFromEvent( System.Collections.Concurrent.ConcurrentDictionary<int,MonitorEntry> monitorEntryDictionary, EntryEventArgs e )
Parameters
- monitorEntryDictionary
- e