IEntityPatchOperations<T>.PatchAsync(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously patches an entity.
public System.Threading.Tasks.Task<T> PatchAsync (T entity);
abstract member PatchAsync : 'T -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Store.PartnerCenter.Models.ResourceBase)>
Public Function PatchAsync (entity As T) As Task(Of T)
Parameters
- entity
- T
The entity information.
Returns
Task<T>
The updated entity.