AWS SDK for .NET Documentation
WithForce Method (force)
AmazonAmazon.EC2.ModelDetachVolumeRequestWithForce(Boolean) Did this page help you?   Yes   No    Tell us about it...
Sets whether to force detachment.
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 DetachVolumeRequest WithForce(
	bool force
)
Parameters
force (Boolean)
Forces detachment if the previous detachment attempt did not occur cleanly (logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance will not have an opportunity to flush file system caches nor file system meta data. If you use this option, you must perform file system check and repair procedures.
Return Value
this instance

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