CacheableObjectXmlCreate 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 CacheableObjectXml Create(
Object value
)
Public Shared Function Create (
value As Object
) As CacheableObjectXml
public:
static CacheableObjectXml^ Create(
Object^ value
)
static member Create :
value : Object -> CacheableObjectXml
Parameters
- value
- Type: SystemObject
Return Value
Type:
CacheableObjectXml
Remarks
If the given object is null then this method returns null.
See Also