Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.SubmitSyntax
Summary
Represents a service that can initialize a change set.Methods
InitializeAsync Abstract
Asynchronously initialize a change set for submission.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
A task that represents the asynchronous operation.