AWS SDK for .NET Documentation
WithMaxCount Method (maxCount)
AmazonAmazon.EC2.ModelRunInstancesRequestWithMaxCount(Decimal) Did this page help you?   Yes   No    Tell us about it...
Sets the maximum number of instances to launch.
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 RunInstancesRequest WithMaxCount(
	decimal maxCount
)
Parameters
maxCount (Decimal)
Maximum number of instances to launch. If the value is more than Amazon EC2 can launch, the largest possible number above minCount will be launched instead. Constraints: Between 1 and the maximum number allowed for your account (default: 20).
Return Value
this instance

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