Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DescribeMaintenanceWindowExecutionTasksAsync C# (CSharp) Метод

DescribeMaintenanceWindowExecutionTasksAsync() публичный Метод

Initiates the asynchronous execution of the DescribeMaintenanceWindowExecutionTasks operation.
public DescribeMaintenanceWindowExecutionTasksAsync ( DescribeMaintenanceWindowExecutionTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.DescribeMaintenanceWindowExecutionTasksRequest Container for the necessary parameters to execute the DescribeMaintenanceWindowExecutionTasks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeMaintenanceWindowExecutionTasksResponse> DescribeMaintenanceWindowExecutionTasksAsync(DescribeMaintenanceWindowExecutionTasksRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeMaintenanceWindowExecutionTasksRequestMarshaller();
            var unmarshaller = DescribeMaintenanceWindowExecutionTasksResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeMaintenanceWindowExecutionTasksRequest,DescribeMaintenanceWindowExecutionTasksResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient