internal DeleteDomainResponse DeleteDomain(DeleteDomainRequest request) { var marshaller = new DeleteDomainRequestMarshaller(); var unmarshaller = DeleteDomainResponseUnmarshaller.Instance; return Invoke<DeleteDomainRequest,DeleteDomainResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DeleteDomain operation. /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch.DeleteDomain"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteDomain operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<DeleteDomainResponse> DeleteDomainAsync(DeleteDomainRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteDomainRequestMarshaller(); var unmarshaller = DeleteDomainResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DeleteDomainRequest, DeleteDomainResponse>(request, marshaller, unmarshaller, signer, cancellationToken); }
/// <summary> /// Initiates the asynchronous execution of the DeleteDomain operation. /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteDomain operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<DeleteDomainResponse> DeleteDomainAsync(DeleteDomainRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteDomainRequestMarshaller(); var unmarshaller = DeleteDomainResponseUnmarshaller.Instance; return InvokeAsync<DeleteDomainRequest,DeleteDomainResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// <para>Permanently deletes a search domain and all of its data.</para> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteDomain service method on /// AmazonCloudSearch.</param> /// /// <returns>The response from the DeleteDomain service method, as returned by AmazonCloudSearch.</returns> /// /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.BaseException" /> /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.InternalException" /> public DeleteDomainResponse DeleteDomain(DeleteDomainRequest request) { var task = DeleteDomainAsync(request); try { return task.Result; } catch(AggregateException e) { ExceptionDispatchInfo.Capture(e.InnerException).Throw(); return null; } }
IAsyncResult invokeDeleteDomain(DeleteDomainRequest deleteDomainRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DeleteDomainRequestMarshaller().Marshall(deleteDomainRequest); var unmarshaller = DeleteDomainResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// Initiates the asynchronous execution of the DeleteDomain operation. /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch.DeleteDomain"/> /// </summary> /// /// <param name="deleteDomainRequest">Container for the necessary parameters to execute the DeleteDomain operation on AmazonCloudSearch.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteDomain /// operation.</returns> public IAsyncResult BeginDeleteDomain(DeleteDomainRequest deleteDomainRequest, AsyncCallback callback, object state) { return invokeDeleteDomain(deleteDomainRequest, callback, state, false); }
/// <summary> /// <para>Permanently deletes a search domain and all of its data.</para> /// </summary> /// /// <param name="deleteDomainRequest">Container for the necessary parameters to execute the DeleteDomain service method on /// AmazonCloudSearch.</param> /// /// <returns>The response from the DeleteDomain service method, as returned by AmazonCloudSearch.</returns> /// /// <exception cref="BaseException"/> /// <exception cref="InternalException"/> public DeleteDomainResponse DeleteDomain(DeleteDomainRequest deleteDomainRequest) { IAsyncResult asyncResult = invokeDeleteDomain(deleteDomainRequest, null, null, true); return EndDeleteDomain(asyncResult); }
/// <summary> /// Initiates the asynchronous execution of the DeleteDomain operation. /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteDomain operation on AmazonCloudSearchClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteDomain /// operation.</returns> public IAsyncResult BeginDeleteDomain(DeleteDomainRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteDomainRequestMarshaller(); var unmarshaller = DeleteDomainResponseUnmarshaller.Instance; return BeginInvoke<DeleteDomainRequest>(request, marshaller, unmarshaller, callback, state); }