Click or drag to resize

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

Executes the query this object represents.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
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