IAccessList<T>.GetEvents(Int32, Int32) 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.
public:
System::Collections::Generic::IList<T> ^ GetEvents(int startIndex, int fetchCount);
public System.Collections.Generic.IList<T> GetEvents (int startIndex, int fetchCount);
abstract member GetEvents : int * int -> System.Collections.Generic.IList<'T>
Public Function GetEvents (startIndex As Integer, fetchCount As Integer) As IList(Of T)
Parameters
- startIndex
- Int32
- fetchCount
- Int32
Returns
IList<T>