| AsyncQueryableLastOrDefaultTSource Method (IAsyncQueryableTSource, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<TSource> LastOrDefault<TSource>( this IAsyncQueryable<TSource> source, CancellationToken cancellationToken )
 See Also
See Also