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

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

Finishes the asynchronous execution of the BatchGetTraces operation.
public EndBatchGetTraces ( IAsyncResult asyncResult ) : BatchGetTracesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginBatchGetTraces.
Результат Amazon.XRay.Model.BatchGetTracesResponse
        public  BatchGetTracesResponse EndBatchGetTraces(IAsyncResult asyncResult)
        {
            return EndInvoke<BatchGetTracesResponse>(asyncResult);
        }