Apache Ignite.NET
Package Apache.Ignite.Core.Resource

Attributes to inject resources into user-defined code such as tasks, jobs, entry processors. More...

Classes

class  InstanceResourceAttribute
 Attribute which injects IIgnite instance. Can be defined inside implementors of IComputeTask<A,T,TR> and IComputeJob interfaces. Can be applied to non-static fields, properties and methods returning void and accepting a single parameter. More...
 
class  StoreSessionResourceAttribute
 Annotates a field or a setter method for injection of current ICacheStoreSession instance. It can be injected into ICacheStore. More...
 

Detailed Description