Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim nodesToUpdate As IList(Of UpdateEventDetails) Dim settings As RequestSettings Dim value As List(Of HistoryEventUpdateResult) value = instance.HistoryUpdateEvent(nodesToUpdate, settings) |
C# | |
---|---|
public List<HistoryEventUpdateResult> HistoryUpdateEvent( IList<UpdateEventDetails> nodesToUpdate, RequestSettings settings ) |
Parameters
- nodesToUpdate
- List of event notifier objects to update, including the event data and update settings.
- settings
- The general settings for the request. If null, the default settings from the property #DefaultRequestSettings are used.
Return Value
The results for the update operation.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x