Interface IBroadcastJobTarget<T>
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