Table of Contents

Interface IBroadcastJobTarget<T>

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

Compute broadcast job target.

public interface IBroadcastJobTarget<out T> where T : notnull

Type Parameters

T

Underlying data type.

Properties

Data

Gets the target data.

T Data { get; }

Property Value

T