Class ComputeTaskSessionFullSupportAttribute
Enables distributing IComputeTaskSession's attributes from IComputeTask<TArg, TJobRes, TRes> to IComputeJob<TRes> that the task creates. IComputeTask<TArg, TJobRes, TRes> implementations must be annotated with the ComputeTaskSessionFullSupportAttribute to enable the features depending on the IComputeTaskSession attributes. By default attributes and checkpoints are disabled for performance reasons.
Inheritance
System.Object
ComputeTaskSessionFullSupportAttribute
Namespace: Apache.Ignite.Core.Compute
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class ComputeTaskSessionFullSupportAttribute : Attribute