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.
Inheritance
System.Object
InstanceResourceAttribute
Namespace: Apache.Ignite.Core.Resource
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class InstanceResourceAttribute : Attribute