Sets the number of instances that will be deployed as part of this processing unit instance.

C# | Visual Basic | Visual C++ | J# |
public virtual MemcachedDeployment NumberOfInstances( int numberOfInstances )
Public Overridable Function NumberOfInstances ( _ numberOfInstances As Integer _ ) As MemcachedDeployment
public: virtual MemcachedDeployment^ NumberOfInstances( int numberOfInstances )
public MemcachedDeployment NumberOfInstances( int numberOfInstances )

- numberOfInstances (Int32)
- Number of instances the processing unit will have.

The MemcachedDeployment set with the specified number of instances.