CacheAttributesFactorySetRedundancyLevel Method |
Note: This API is now obsolete.
Sets redundancy level to use for regions in the cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.SetSubscriptionRedundancy instead.")]
public void SetRedundancyLevel(
int redundancyLevel
)
<ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.SetSubscriptionRedundancy instead.")>
Public Sub SetRedundancyLevel (
redundancyLevel As Integer
)
public:
[ObsoleteAttribute(L"This method is obsolete since 3.5; use PoolFactory.SetSubscriptionRedundancy instead.")]
void SetRedundancyLevel(
int redundancyLevel
)
[<ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.SetSubscriptionRedundancy instead.")>]
member SetRedundancyLevel :
redundancyLevel : int -> unit
Parameters
- redundancyLevel
- Type: SystemInt32
See Also