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 ProcessingUnitDeployment Partitioned( int numberOfParitions, int numberOfBackups )
Public Overridable Function Partitioned ( _ numberOfParitions As Integer, _ numberOfBackups As Integer _ ) As ProcessingUnitDeployment
public: virtual ProcessingUnitDeployment^ Partitioned( int numberOfParitions, int numberOfBackups )
public ProcessingUnitDeployment Partitioned( int numberOfParitions, int numberOfBackups )

The updated ProcessingUnitDeployment.