StreamChain.GetEvents Method
Visual Studio 2012
Gets multiple IntelliTraceEvents from a start EventToken up to but excluding an end EventToken.
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.