Click or drag to resize

DataSourceBase<T>.ILLBLGenProQuery.ExecuteAsync Method (CancellationToken)

Async variant of Execute(). Executes the query this object represents.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
Task<Object> ILLBLGenProQuery.ExecuteAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task<Object>
The query execution result.

Implements

ILLBLGenProQuery.ExecuteAsync(CancellationToken)
See Also