Click or drag to resize

IManagedContextInitialize Method

Initialize the given object instance.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
Object Initialize(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to initialize

Return Value

Type: Object
the initialized object to use
Remarks
Initialize the given object instance. This is intended for repopulating select fields and methods for deserialized instances. It is also possible to proxy the object, e.g. with AOP proxies.
See Also