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