IAccessList<T>.GetEvents Method
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.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
- startIndex
Type: Int32
- fetchCount
Type: Int32
Return Value
Type: IList<T>
.NET Framework Security
- 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.