Beispiel #1
0
        /// <summary>
        /// Initiates the asynchronous execution of the DisassociateConfigurationItemsFromApplication operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DisassociateConfigurationItemsFromApplication 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>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DisassociateConfigurationItemsFromApplication">REST API Reference for DisassociateConfigurationItemsFromApplication Operation</seealso>
        public virtual Task <DisassociateConfigurationItemsFromApplicationResponse> DisassociateConfigurationItemsFromApplicationAsync(DisassociateConfigurationItemsFromApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = DisassociateConfigurationItemsFromApplicationRequestMarshaller.Instance;
            var unmarshaller = DisassociateConfigurationItemsFromApplicationResponseUnmarshaller.Instance;

            return(InvokeAsync <DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse>(request, marshaller,
                                                                                                                                             unmarshaller, cancellationToken));
        }
Beispiel #2
0
        internal virtual DisassociateConfigurationItemsFromApplicationResponse DisassociateConfigurationItemsFromApplication(DisassociateConfigurationItemsFromApplicationRequest request)
        {
            var marshaller   = DisassociateConfigurationItemsFromApplicationRequestMarshaller.Instance;
            var unmarshaller = DisassociateConfigurationItemsFromApplicationResponseUnmarshaller.Instance;

            return(Invoke <DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse>(request, marshaller, unmarshaller));
        }