LogStateWithMetaData<TEntry>.Log 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.
The stored view of the log
public System.Collections.Generic.List<TEntry> Log { get; set; }
[Orleans.Id(0)]
public System.Collections.Generic.List<TEntry> Log { get; set; }
member this.Log : System.Collections.Generic.List<'Entry (requires 'Entry : null)> with get, set
[<Orleans.Id(0)>]
member this.Log : System.Collections.Generic.List<'Entry (requires 'Entry : null)> with get, set
Public Property Log As List(Of TEntry)
Property Value
List<TEntry>
- Attributes