GigaSpaces XAP.NET Documentation
NumberOfBackups Method (numberOfBackups)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitProcessingUnitDeploymentNumberOfBackups(Int32)
Sets the number of backups that will be deployed as part of this processing unit. Only applicable when the processing unit has an embedded space.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual ProcessingUnitDeployment NumberOfBackups(
	int numberOfBackups
)
Public Overridable Function NumberOfBackups ( _
	numberOfBackups As Integer _
) As ProcessingUnitDeployment
public:
virtual ProcessingUnitDeployment^ NumberOfBackups(
	int numberOfBackups
)
public ProcessingUnitDeployment NumberOfBackups(
	int numberOfBackups
)
Parameters
numberOfBackups (Int32)
The number of backups per instance to set for the processing unit deployment.
Return Value
The ProcessingUnitDeployment set with the specified number of backups.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)