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 MemcachedDeployment Replicated( bool async, int numberOfInstances )
Public Overridable Function Replicated ( _ async As Boolean, _ numberOfInstances As Integer _ ) As MemcachedDeployment
public: virtual MemcachedDeployment^ Replicated( bool async, int numberOfInstances )
public MemcachedDeployment Replicated( boolean async, int numberOfInstances )

The updated MemcachedDeployment.