Amazon.XRay.AmazonXRayClient.EndPutTelemetryRecords C# (CSharp) Méthode

EndPutTelemetryRecords() public méthode

Finishes the asynchronous execution of the PutTelemetryRecords operation.
public EndPutTelemetryRecords ( IAsyncResult asyncResult ) : PutTelemetryRecordsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutTelemetryRecords.
Résultat PutTelemetryRecordsResponse
        public  PutTelemetryRecordsResponse EndPutTelemetryRecords(IAsyncResult asyncResult)
        {
            return EndInvoke<PutTelemetryRecordsResponse>(asyncResult);
        }