Table of Contents

Interface IBroadcastExecution<TResult>

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

Broadcast execution control object, provides information about the broadcast execution process and result.

public interface IBroadcastExecution<TResult>

Type Parameters

TResult

Job result type.

Properties

JobExecutions

Gets the job executions.

IReadOnlyList<IJobExecution<TResult>> JobExecutions { get; }

Property Value

IReadOnlyList<IJobExecution<TResult>>