共用方式為


ILogViewRead<TView,TLogEntry> 介面

定義

用於讀取記錄檢視的介面。

public interface ILogViewRead<TView,TLogEntry>
type ILogViewRead<'View, 'LogEntry> = interface
Public Interface ILogViewRead(Of TView, TLogEntry)

類型參數

TView

檢視 () 狀態的檢視類型。

TLogEntry

記錄專案的型別。

衍生

屬性

ConfirmedVersion

記錄檔已確認前置詞的長度

ConfirmedView

記錄的確認檢視 (僅反映已確認的專案)

TentativeView

記錄的本機暫訂檢視 (反映已確認和未確認的專案)

UnconfirmedSuffix

尚未出現在已確認前置詞中之提交的專案清單。

方法

RetrieveLogSegment(Int32, Int32)

嘗試從儲存體擷取記錄區段。 NotSupportedException如果無法讀取記錄檔,則擲回 ,這取決於所使用的提供者及其設定方式。

適用於