Table of Contents

Class ScatterGatherResult<TResponse, TResult>

Namespace
PatternKit.Messaging.Routing
Assembly
PatternKit.Core.dll

Aggregated scatter-gather dispatch result.

public sealed class ScatterGatherResult<TResponse, TResult>

Type Parameters

TResponse
TResult
Inheritance
ScatterGatherResult<TResponse, TResult>
Inherited Members

Properties

Name

public string Name { get; }

Property Value

string

RejectionReason

public string? RejectionReason { get; }

Property Value

string

Replies

public IReadOnlyList<ScatterGatherReply<TResponse>> Replies { get; }

Property Value

IReadOnlyList<ScatterGatherReply<TResponse>>

Result

public TResult? Result { get; }

Property Value

TResult

Succeeded

public bool Succeeded { get; }

Property Value

bool