CacheableObjectCreate Method |
Static function to create a new instance from the given object.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableObject Create(
Object value
)
Public Shared Function Create (
value As Object
) As CacheableObject
public:
static CacheableObject^ Create(
Object^ value
)
static member Create :
value : Object -> CacheableObject
Parameters
- value
- Type: SystemObject
Return Value
Type:
CacheableObject
Remarks
If the given object is null then this method returns null.
See Also