Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateMaintenanceStartTimeAsync C# (CSharp) Method

UpdateMaintenanceStartTimeAsync() public method

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.
public UpdateMaintenanceStartTimeAsync ( UpdateMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateMaintenanceStartTimeRequest Container for the necessary parameters to execute the UpdateMaintenanceStartTime operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateMaintenanceStartTimeResponse> UpdateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateMaintenanceStartTimeRequestMarshaller();
            var unmarshaller = UpdateMaintenanceStartTimeResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient