XPBaseCollection.BaseRemoveAsync(Object, CancellationToken) Method
In This Article
Asynchronously removes the specified persistent object from the XPBaseCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Task<bool> BaseRemoveAsync(
object theObject,
CancellationToken cancellationToken = default(CancellationToken)
)
#Parameters
Name | Type | Description |
---|---|---|
the |
Object | An object to remove from the collection. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
cancellation |
Cancellation |
null | A Cancellation |
#Returns
Type | Description |
---|---|
Task<Boolean> | A Task |
See Also