Class ScatterGatherRecipientAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class ScatterGatherRecipientAttribute : Attribute
- Inheritance
-
ScatterGatherRecipientAttribute
- Inherited Members
Constructors
ScatterGatherRecipientAttribute(string, int, string?)
public ScatterGatherRecipientAttribute(string name, int order = 0, string? predicateMethodName = null)
Parameters
Properties
Name
public string Name { get; }
Property Value
Order
public int Order { get; }
Property Value
PredicateMethodName
public string? PredicateMethodName { get; }