StoredProcedureCallCallAsync Method |
Async variant of
Call
Calls the stored procedure using the specified dataAccessProvider.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public Task<int> CallAsync(
CancellationToken cancellationToken
)
Public Function CallAsync (
cancellationToken As CancellationToken
) As Task(Of Integer)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
Return Value
Type:
TaskInt32See Also