Share via


IAccessList<T>.GetEvents Method

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Function GetEvents ( _
    startIndex As Integer, _
    fetchCount As Integer _
) As IList(Of T)
IList<T> GetEvents(
    int startIndex,
    int fetchCount
)
IList<T>^ GetEvents(
    int startIndex, 
    int fetchCount
)
abstract GetEvents : 
        startIndex:int * 
        fetchCount:int -> IList<'T> 
function GetEvents(
    startIndex : int, 
    fetchCount : int
) : IList<T>

Parameters

Return Value

Type: System.Collections.Generic.IList<T>

.NET Framework Security

See Also

Reference

IAccessList<T> Interface

Microsoft.VisualStudio.IntelliTrace Namespace