Table of Contents

Interface IJobTarget<T>

Namespace
Apache.Ignite.Compute
Assembly
Apache.Ignite.dll

Compute job target.

public interface IJobTarget<out T> where T : notnull

Type Parameters

T

Underlying data type.

Properties

Data

Gets the target data.

T Data { get; }

Property Value

T