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

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

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

            return InvokeAsync<UpdateMaintenanceWindowRequest,UpdateMaintenanceWindowResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient