ListChain.ReloadEvent(EventToken) Method

Definition

Gets an IntelliTraceEvent for the specified EventToken, bypassing any caching.

public:
 Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ ReloadEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ReloadEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent ReloadEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token);
member this.ReloadEvent : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
Public Function ReloadEvent (token As EventToken) As IntelliTraceEvent

Parameters

token
EventToken

The token to resolve to an event.

Returns

The event from the chain for the given token.

Applies to