Class InstanceResourceAttribute
Attribute which injects IIgnite instance. Can be defined inside
implementors of IComputeTask<TArg, TJobRes, TRes> and IComputeJob<TRes> interfaces.
Can be applied to non-static fields, properties and methods returning void and
accepting a single parameter.
Inherited Members
Namespace: Apache.Ignite.Core.Resource
Assembly: Apache.Ignite.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field)]
public sealed class InstanceResourceAttribute : Attribute