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

DownloadDBLogFilePortionAsync() public method

Initiates the asynchronous execution of the DownloadDBLogFilePortion operation.
public DownloadDBLogFilePortionAsync ( DownloadDBLogFilePortionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.DownloadDBLogFilePortionRequest Container for the necessary parameters to execute the DownloadDBLogFilePortion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DownloadDBLogFilePortionResponse> DownloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DownloadDBLogFilePortionRequestMarshaller();
            var unmarshaller = DownloadDBLogFilePortionResponseUnmarshaller.Instance;

            return InvokeAsync<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient