FilteredListChain.Refresh Method

Loads all recorded events for this chain and applies the filtering that is specified in IsValidEventType.

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

Syntax

'Declaration
Public Overrides Sub Refresh
public override void Refresh()
public:
virtual void Refresh() override
abstract Refresh : unit -> unit 
override Refresh : unit -> unit 
public override function Refresh()

Remarks

As more events are recorded from the running application, use Refresh to update the chain.

.NET Framework Security

See Also

Reference

FilteredListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace