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