Swap the contents of this CacheableHashSet
with the given one.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void Swap( CacheableHashSet other ) |
| Visual Basic (Declaration) |
|---|
Public Sub Swap ( _ other As CacheableHashSet _ ) |
| Visual C++ |
|---|
public: void Swap ( CacheableHashSet^ other ) |
Parameters
- other
- CacheableHashSet
The other CacheableHashSet to use for swapping.
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace