예제 #1
0
        internal virtual PutTelemetryRecordsResponse PutTelemetryRecords(PutTelemetryRecordsRequest request)
        {
            var marshaller   = PutTelemetryRecordsRequestMarshaller.Instance;
            var unmarshaller = PutTelemetryRecordsResponseUnmarshaller.Instance;

            return(Invoke <PutTelemetryRecordsRequest, PutTelemetryRecordsResponse>(request, marshaller, unmarshaller));
        }
예제 #2
0
        /// <summary>
        /// Used by the AWS X-Ray daemon to upload telemetry.
        /// </summary>
        /// <param name="request">Container for the necessary parameters to execute the PutTelemetryRecords service method.</param>
        ///
        /// <returns>The response from the PutTelemetryRecords service method, as returned by XRay.</returns>
        /// <exception cref="Amazon.XRay.Model.InvalidRequestException">
        /// The request is missing required parameters or has invalid parameters.
        /// </exception>
        /// <exception cref="Amazon.XRay.Model.ThrottledException">
        /// The request exceeds the maximum number of requests per second.
        /// </exception>
        public PutTelemetryRecordsResponse PutTelemetryRecords(PutTelemetryRecordsRequest request)
        {
            var marshaller   = new PutTelemetryRecordsRequestMarshaller();
            var unmarshaller = PutTelemetryRecordsResponseUnmarshaller.Instance;

            return(Invoke <PutTelemetryRecordsRequest, PutTelemetryRecordsResponse>(request, marshaller, unmarshaller));
        }
예제 #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the PutTelemetryRecords operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the PutTelemetryRecords 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 virtual Task <PutTelemetryRecordsResponse> PutTelemetryRecordsAsync(PutTelemetryRecordsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = PutTelemetryRecordsRequestMarshaller.Instance;
            var unmarshaller = PutTelemetryRecordsResponseUnmarshaller.Instance;

            return(InvokeAsync <PutTelemetryRecordsRequest, PutTelemetryRecordsResponse>(request, marshaller,
                                                                                         unmarshaller, cancellationToken));
        }
예제 #4
0
        /// <summary>
        /// Initiates the asynchronous execution of the PutTelemetryRecords operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the PutTelemetryRecords operation on AmazonXRayClient.</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 EndPutTelemetryRecords
        ///         operation.</returns>
        public virtual IAsyncResult BeginPutTelemetryRecords(PutTelemetryRecordsRequest request, AsyncCallback callback, object state)
        {
            var marshaller   = new PutTelemetryRecordsRequestMarshaller();
            var unmarshaller = PutTelemetryRecordsResponseUnmarshaller.Instance;

            return(BeginInvoke <PutTelemetryRecordsRequest>(request, marshaller, unmarshaller,
                                                            callback, state));
        }
예제 #5
0
        internal virtual PutTelemetryRecordsResponse PutTelemetryRecords(PutTelemetryRecordsRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = PutTelemetryRecordsRequestMarshaller.Instance;
            options.ResponseUnmarshaller = PutTelemetryRecordsResponseUnmarshaller.Instance;

            return(Invoke <PutTelemetryRecordsResponse>(request, options));
        }