XPBaseCollection.LoadAsync Method
Name | Parameters | Description |
---|---|---|
LoadAsync() | none | Asynchronously loads persistent objects of a specific type from the data store into the collection. |
LoadAsync(AsyncLoadObjectsCallback) | callback | Asynchronously loads persistent objects of a specific type from the data store into the collection, and notifies upon completion. |
LoadAsync(CancellationToken) | cancellationToken | Asynchronously loads persistent objects of a specific type from the data store into the collection. |