IOrder.PatchAsync(Order) 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 the order.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Orders.Order> PatchAsync (Microsoft.Store.PartnerCenter.Models.Orders.Order partialOrder);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.Orders.Order -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Orders.Order>
Public Function PatchAsync (partialOrder As Order) As Task(Of Order)
Parameters
- partialOrder
- Order
An order that has the properties to be patched set.
Returns
The updated order.