FilteredListEventChain.Refresh Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Loads all recorded points for this chain and apply the filtering specified in IsValidEventType.

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

Syntax

'Declaration
Public Overrides Sub Refresh
'Usage
Dim instance As FilteredListEventChain

instance.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 points are recorded from the running application, use Refresh to update the chain.

.NET Framework Security

See Also

Reference

FilteredListEventChain Class

FilteredListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace