PartitionedListChain.OnPartitionUpdate Method

Definition

protected:
 virtual void OnPartitionUpdate(Microsoft::VisualStudio::IntelliTrace::PartitioningEvent ^ partitioningEvent, System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^> ^ events);
protected virtual void OnPartitionUpdate (Microsoft.VisualStudio.IntelliTrace.PartitioningEvent partitioningEvent, System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent> events);
abstract member OnPartitionUpdate : Microsoft.VisualStudio.IntelliTrace.PartitioningEvent * System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent> -> unit
override this.OnPartitionUpdate : Microsoft.VisualStudio.IntelliTrace.PartitioningEvent * System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent> -> unit
Protected Overridable Sub OnPartitionUpdate (partitioningEvent As PartitioningEvent, events As IList(Of IntelliTraceEvent))

Parameters

partitioningEvent
PartitioningEvent

Applies to