Amazon.XRay.AmazonXRayClient.PutTelemetryRecords C# (CSharp) Method

PutTelemetryRecords() public method

Used by the AWS X-Ray daemon to upload telemetry.
/// The request is missing required parameters or has invalid parameters. /// /// The request exceeds the maximum number of requests per second. ///
public PutTelemetryRecords ( PutTelemetryRecordsRequest request ) : PutTelemetryRecordsResponse
request Amazon.XRay.Model.PutTelemetryRecordsRequest Container for the necessary parameters to execute the PutTelemetryRecords service method.
return PutTelemetryRecordsResponse
        public PutTelemetryRecordsResponse PutTelemetryRecords(PutTelemetryRecordsRequest request)
        {
            var marshaller = new PutTelemetryRecordsRequestMarshaller();
            var unmarshaller = PutTelemetryRecordsResponseUnmarshaller.Instance;

            return Invoke<PutTelemetryRecordsRequest,PutTelemetryRecordsResponse>(request, marshaller, unmarshaller);
        }