| IManagedContext Interface |
Container managed context, such as Spring, Guice and etc.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public interface IManagedContext
Public Interface IManagedContext
public interface class IManagedContext
type IManagedContext = interface end
The IManagedContext type exposes the following members.
Methods
| Name | Description |
---|
| Initialize | Initialize the given object instance. |
TopRemarks Container managed context, such as Spring, Guice and etc.
See Also