AWS SDK for .NET Documentation
WithNoReboot Method (noReboot)
AmazonAmazon.EC2.ModelCreateImageRequestWithNoReboot(Boolean) Did this page help you?   Yes   No    Tell us about it...
Sets whether Amazon EC2 should not shut down an instance before image creation.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public CreateImageRequest WithNoReboot(
	bool noReboot
)
Parameters
noReboot (Boolean)
By default this property is set to false, which means Amazon EC2 attempts to cleanly shut down the instance before image creation and reboots the instance afterwards. When set to true, Amazon EC2 does not shut down the instance before creating the image. When this option is used, file system integrity on the created image cannot be guaranteed. Default is FALSE.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)