Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.Submit

Syntax

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

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

Returns

Type: System.Threading.Tasks.Task A task that represents the asynchronous operation.