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);
        }