Ejemplo n.º 1
0
        internal virtual ExportConfigurationsResponse ExportConfigurations(ExportConfigurationsRequest request)
        {
            var marshaller   = ExportConfigurationsRequestMarshaller.Instance;
            var unmarshaller = ExportConfigurationsResponseUnmarshaller.Instance;

            return(Invoke <ExportConfigurationsRequest, ExportConfigurationsResponse>(request, marshaller, unmarshaller));
        }
Ejemplo n.º 2
0
        public virtual Task <ExportConfigurationsResponse> ExportConfigurationsAsync(ExportConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = ExportConfigurationsRequestMarshaller.Instance;
            var unmarshaller = ExportConfigurationsResponseUnmarshaller.Instance;

            return(InvokeAsync <ExportConfigurationsRequest, ExportConfigurationsResponse>(request, marshaller,
                                                                                           unmarshaller, cancellationToken));
        }
        internal ExportConfigurationsResponse ExportConfigurations(ExportConfigurationsRequest request)
        {
            var marshaller = new ExportConfigurationsRequestMarshaller();
            var unmarshaller = ExportConfigurationsResponseUnmarshaller.Instance;

            return Invoke<ExportConfigurationsRequest,ExportConfigurationsResponse>(request, marshaller, unmarshaller);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the ExportConfigurations operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the ExportConfigurations 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<ExportConfigurationsResponse> ExportConfigurationsAsync(ExportConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ExportConfigurationsRequestMarshaller();
            var unmarshaller = ExportConfigurationsResponseUnmarshaller.Instance;

            return InvokeAsync<ExportConfigurationsRequest,ExportConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the ExportConfigurations operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the ExportConfigurations operation on AmazonApplicationDiscoveryServiceClient.</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 EndExportConfigurations
        ///         operation.</returns>
        public IAsyncResult BeginExportConfigurations(ExportConfigurationsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ExportConfigurationsRequestMarshaller();
            var unmarshaller = ExportConfigurationsResponseUnmarshaller.Instance;

            return BeginInvoke<ExportConfigurationsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }