TopLevelModifiableResources<IFluentResourceT,FluentResourceT,InnerResourceT,InnerCollectionT,ManagerT>.DeleteByIdsAsync 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.
Overloads
DeleteByIdsAsync(IList<String>, CancellationToken) | |
DeleteByIdsAsync(String[], CancellationToken) |
DeleteByIdsAsync(IList<String>, CancellationToken)
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> DeleteByIdsAsync (System.Collections.Generic.IList<string> ids, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteByIdsAsync : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
override this.DeleteByIdsAsync : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
Parameters
- ids
- System.Collections.Generic.IList<System.String>
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.String>>
Implements
Applies to
DeleteByIdsAsync(String[], CancellationToken)
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> DeleteByIdsAsync (string[] ids, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteByIdsAsync : string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
override this.DeleteByIdsAsync : string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
Parameters
- ids
- System.String[]
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.String>>