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

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

The updated SpaceDeployment.