A convenient method allowing to easily configure the processing unit deployment to deploy a partitioned
topology with a specified number of instances and a specified number of backups for each instance.

C# | Visual Basic | Visual C++ | J# |
public virtual MemcachedDeployment Partitioned( int numberOfParitions, int numberOfBackups )
Public Overridable Function Partitioned ( _ numberOfParitions As Integer, _ numberOfBackups As Integer _ ) As MemcachedDeployment
public: virtual MemcachedDeployment^ Partitioned( int numberOfParitions, int numberOfBackups )
public MemcachedDeployment Partitioned( int numberOfParitions, int numberOfBackups )

The updated MemcachedDeployment.