| ILLBLGenProQueryExecuteAsync Method (CancellationToken) | 
            Async variant of 
Execute.
            Executes the query this object represents.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxTask<Object> ExecuteAsync(
	CancellationToken cancellationToken
)
Function ExecuteAsync ( 
	cancellationToken As CancellationToken
) As Task(Of Object)
Parameters
- cancellationToken
 - Type: System.ThreadingCancellationToken
The cancellation token. 
Return Value
Type: 
TaskObject
            The query execution result.
            
See Also