Amazon.RDS.AmazonRDSClient.EndDownloadDBLogFilePortion C# (CSharp) 메소드

EndDownloadDBLogFilePortion() 공개 메소드

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