Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.SubmitSyntax
Summary
Represents a change set item filter to have logic before and after change set item processed.Methods
OnChangeSetItemProcessedAsync Abstract
Asynchronously applies logic after a change set item is processed.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Submit.SubmitContext | The submit context. |
item | Microsoft.Restier.Core.Submit.ChangeSetItem | A change set item. |
cancellationToken | System.Threading.CancellationToken | A cancellation token. |
Returns
Type:System.Threading.Tasks.Task
A task that represents the asynchronous operation.
OnChangeSetItemProcessingAsync Abstract
Asynchronously applies logic before a change set item is processed.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Submit.SubmitContext | The submit context. |
item | Microsoft.Restier.Core.Submit.ChangeSetItem | A change set item. |
cancellationToken | System.Threading.CancellationToken | A cancellation token. |
Returns
Type:System.Threading.Tasks.Task
A task that represents the asynchronous operation.