Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.SubmitSyntax
Summary
Represents a change set item authorizer.Methods
AuthorizeAsync Abstract
Asynchronously authorizes the ChangeSetItem.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Submit.SubmitContext | The submit context. |
item | Microsoft.Restier.Core.Submit.ChangeSetItem | A change set item to be authorized. |
cancellationToken | System.Threading.CancellationToken | A cancellation token. |
Returns
Type:System.Threading.Tasks.Task<bool>
A task that represents the asynchronous operation.