Click or drag to resize

IManagedContext Interface

Container managed context, such as Spring, Guice and etc.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public interface IManagedContext

The IManagedContext type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initialize the given object instance.
Top
Remarks
Container managed context, such as Spring, Guice and etc.
See Also