Allocates a new instance assigning the given
CacheableString array.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public CacheableStringArray( CacheableString[] strings ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ strings As CacheableString() _ ) |
| Visual C++ |
|---|
public: CacheableStringArray ( array<CacheableString^>^ strings ) |
Parameters
- strings
- array<CacheableString>[]()
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | If the array contains a string greater than or equal 64K in length. |
See Also
CacheableStringArray Class
GemStone.GemFire.Cache Namespace