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

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

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

            return InvokeAsync<DeleteMaintenanceWindowRequest,DeleteMaintenanceWindowResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient