MessageHandlerAttribute.Send Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the types that this handler may send as messages to other executors.
public Type[]? Send { get; set; }
member this.Send : Type[] with get, set
Public Property Send As Type()
Property Value
Remarks
Use this property to declare the message types that this handler may send via SendMessageAsync(Object, String, CancellationToken) during its execution. This information is used for protocol validation and documentation.