Amazon.EC2.AmazonEC2Client.DescribeFlowLogsAsync C# (CSharp) Méthode

DescribeFlowLogsAsync() public méthode

Initiates the asynchronous execution of the DescribeFlowLogs operation.
public DescribeFlowLogsAsync ( DescribeFlowLogsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeFlowLogsRequest Container for the necessary parameters to execute the DescribeFlowLogs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<DescribeFlowLogsResponse> DescribeFlowLogsAsync(DescribeFlowLogsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeFlowLogsRequestMarshaller();
            var unmarshaller = DescribeFlowLogsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeFlowLogsRequest,DescribeFlowLogsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client