共用方式為


LogStateWithMetaData<TEntry>.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)

屬性值

List<TEntry>
屬性

適用於