ListChain.ReloadEvent(EventToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.