Class RecipientListResult
- Namespace
- PatternKit.Messaging.Routing
- Assembly
- PatternKit.Core.dll
Result returned after dispatching a message through a recipient list.
public sealed class RecipientListResult
- Inheritance
-
RecipientListResult
- Inherited Members
Constructors
RecipientListResult(IEnumerable<string>)
Creates a recipient list result.
public RecipientListResult(IEnumerable<string> deliveredRecipients)
Parameters
deliveredRecipientsIEnumerable<string>
Properties
Count
Number of recipients that received the message.
public int Count { get; }
Property Value
DeliveredRecipients
Recipient names that received the message, in dispatch order.
public IReadOnlyList<string> DeliveredRecipients { get; }