Amazon.RDS.AmazonRDSClient.EndDownloadDBLogFilePortion C# (CSharp) Method

EndDownloadDBLogFilePortion() public method

Finishes the asynchronous execution of the DownloadDBLogFilePortion operation.
public EndDownloadDBLogFilePortion ( IAsyncResult asyncResult ) : DownloadDBLogFilePortionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDownloadDBLogFilePortion.
return DownloadDBLogFilePortionResponse
        public  DownloadDBLogFilePortionResponse EndDownloadDBLogFilePortion(IAsyncResult asyncResult)
        {
            return EndInvoke<DownloadDBLogFilePortionResponse>(asyncResult);
        }
AmazonRDSClient