Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.OperationSyntax
Summary
Represents a service that executes an operation.Methods
ExecuteOperationAsync Abstract
Asynchronously executes an operation.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Operation.OperationContext | The operation context. |
cancellationToken | System.Threading.CancellationToken | A cancellation token. |
Returns
Type:System.Threading.Tasks.Task<System.Linq.IQueryable>
A task that represents the asynchronous
operation whose result is a operation result.