Load the items between the specified indexes.
シンタックス
'宣言
Public Shared Function LoadAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task LoadAsync<>(
IDataCollection<T> ,
System.Nullable<int> ,
System.Nullable<int> ,
System.Threading.CancellationToken
)
where T: class
パラメータ
- dataCollection
- The data collection.
- fromIndex
- The starting index, if not specified this will be 0.
- toIndex
- The starting index, if not specified this will be Count.
- cancellationToken
- The cancellation token.
型パラメータ
- T
参照