Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim nodesToUpdate As IList(Of DeleteEventDetails) Dim value As List(Of HistoryEventUpdateResult) value = instance.HistoryDeleteEvent(nodesToUpdate) |
C# | |
---|---|
public List<HistoryEventUpdateResult> HistoryDeleteEvent( IList<DeleteEventDetails> nodesToUpdate ) |
Parameters
- nodesToUpdate
- List of event notifier objects and Ids of events to delete.
Return Value
The results for the delete operation.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x