Class StoreSessionResourceAttribute
Annotates a field or a setter method for injection of current ICacheStoreSession instance. It can be injected into ICacheStore.
Inherited Members
Namespace: Apache.Ignite.Core.Resource
Assembly: Apache.Ignite.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field)]
public sealed class StoreSessionResourceAttribute : Attribute