A convenient method allowing to easily configure the processing unit deployment to deploy a
replicated (either sync or async) topology with a specified number of instances.

C# | Visual Basic | Visual C++ | J# |
public virtual ProcessingUnitDeployment Replicated( bool async, int numberOfInstances )
Public Overridable Function Replicated ( _ async As Boolean, _ numberOfInstances As Integer _ ) As ProcessingUnitDeployment
public: virtual ProcessingUnitDeployment^ Replicated( bool async, int numberOfInstances )
public ProcessingUnitDeployment Replicated( boolean async, int numberOfInstances )

The updated ProcessingUnitDeployment.