Skip to main content

Definition

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

Syntax

Summary

Represents a operation processor.

Methods

OnOperationExecutedAsync Abstract

Asynchronously applies logic after an operation is executed.

Syntax

Parameters

Returns

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

OnOperationExecutingAsync Abstract

Asynchronously applies logic before a operation is executed.

Syntax

Parameters

Returns

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