This topic has not yet been rated - Rate this topic

StreamChain.GetEvents Method

Gets multiple IntelliTraceEvents from a start EventToken up to but excluding an end EventToken.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
public override IList<IntelliTraceEvent> GetEvents(
	EventToken startToken,
	EventToken endToken
)

Parameters

startToken
Type: Microsoft.VisualStudio.IntelliTrace.EventToken

The token in the chain to start resolving to events.

endToken
Type: Microsoft.VisualStudio.IntelliTrace.EventToken

The token after the last event in the chain to end resolving to events.

Return Value

Type: IList<IntelliTraceEvent>
A list of events from the chain for the given token range.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.