Click or drag to resize
CacheableStringArrayCreate Method (String)
Static function to create a new instance copying from the given string array.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheableStringArray Create(
	string[] strings
)

Parameters

strings
Type: SystemString

Return Value

Type: CacheableStringArray
Exceptions
ExceptionCondition
IllegalArgumentException If the array contains a string greater than or equal 64K in length.
Remarks
If the given array of strings is null or of zero-length then this method returns null.
See Also