Share via


PartitionedListChain.OnPartitionUpdate Method

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Protected Overridable Sub OnPartitionUpdate ( _
    partitioningEvent As PartitioningEvent, _
    events As IList(Of IntelliTraceEvent) _
)
protected virtual void OnPartitionUpdate(
    PartitioningEvent partitioningEvent,
    IList<IntelliTraceEvent> events
)
protected:
virtual void OnPartitionUpdate(
    PartitioningEvent^ partitioningEvent, 
    IList<IntelliTraceEvent^>^ events
)
abstract OnPartitionUpdate : 
        partitioningEvent:PartitioningEvent * 
        events:IList<IntelliTraceEvent> -> unit  
override OnPartitionUpdate : 
        partitioningEvent:PartitioningEvent * 
        events:IList<IntelliTraceEvent> -> unit
protected function OnPartitionUpdate(
    partitioningEvent : PartitioningEvent, 
    events : IList<IntelliTraceEvent>
)

Parameters

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace