Amazon.XRay.AmazonXRayClient.BatchGetTraces C# (CSharp) Метод

BatchGetTraces() публичный Метод

Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.
/// The request is missing required parameters or has invalid parameters. /// /// The request exceeds the maximum number of requests per second. ///
public BatchGetTraces ( BatchGetTracesRequest request ) : BatchGetTracesResponse
request Amazon.XRay.Model.BatchGetTracesRequest Container for the necessary parameters to execute the BatchGetTraces service method.
Результат Amazon.XRay.Model.BatchGetTracesResponse
        public BatchGetTracesResponse BatchGetTraces(BatchGetTracesRequest request)
        {
            var marshaller = new BatchGetTracesRequestMarshaller();
            var unmarshaller = BatchGetTracesResponseUnmarshaller.Instance;

            return Invoke<BatchGetTracesRequest,BatchGetTracesResponse>(request, marshaller, unmarshaller);
        }