IManagedContextInitialize Method Hazelcast .Net Client Class Library
Initialize the given object instance.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.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

Reference