BatchedNotificationMessage.Notifications Property

Definition

The notification messages contained in this batch.

public System.Collections.Generic.List<Orleans.EventSourcing.Common.INotificationMessage> Notifications { get; set; }
[Orleans.Id(0)]
public System.Collections.Generic.List<Orleans.EventSourcing.Common.INotificationMessage> Notifications { get; set; }
member this.Notifications : System.Collections.Generic.List<Orleans.EventSourcing.Common.INotificationMessage> with get, set
[<Orleans.Id(0)>]
member this.Notifications : System.Collections.Generic.List<Orleans.EventSourcing.Common.INotificationMessage> with get, set
Public Property Notifications As List(Of INotificationMessage)

Property Value

Attributes

Applies to