Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.SubmitSyntax
Summary
Represents a service that executes a submission.Methods
ExecuteSubmitAsync Abstract
Asynchronously executes a submission and produces a submit result.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Submit.SubmitContext | The submit context. |
cancellationToken | System.Threading.CancellationToken | A cancellation token. |
Returns
Type:System.Threading.Tasks.Task<Microsoft.Restier.Core.Submit.SubmitResult>
A task that represents the asynchronous
operation whose result is a submit result.