/// <summary> /// Update entity in adoxio_lqrlicencetransferbpfs /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='businessprocessflowinstanceid'> /// key: businessprocessflowinstanceid of adoxio_lqrlicencetransferbpf /// </param> /// <param name='body'> /// New property values /// </param> /// <param name='customHeaders'> /// Headers that will be added to request. /// </param> public static HttpOperationResponse UpdateWithHttpMessages(this ILqrlicencetransferbpfs operations, string businessprocessflowinstanceid, MicrosoftDynamicsCRMadoxioLqrlicencetransferbpf body, Dictionary <string, List <string> > customHeaders = null) { return(operations.UpdateWithHttpMessagesAsync(businessprocessflowinstanceid, body, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult()); }
/// <summary> /// Update entity in adoxio_lqrlicencetransferbpfs /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='businessprocessflowinstanceid'> /// key: businessprocessflowinstanceid of adoxio_lqrlicencetransferbpf /// </param> /// <param name='body'> /// New property values /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task UpdateAsync(this ILqrlicencetransferbpfs operations, string businessprocessflowinstanceid, MicrosoftDynamicsCRMadoxioLqrlicencetransferbpf body, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.UpdateWithHttpMessagesAsync(businessprocessflowinstanceid, body, null, cancellationToken).ConfigureAwait(false)).Dispose(); }