共用方式為


IReminderTable 介面

定義

用於提醒數據之基礎記憶體實作的介面:Azure 數據表、SQL、開發模擬器粒紋,以及模擬器粒紋,以及模擬。 定義為開發模擬器粒紋案例的粒紋介面。

public interface IReminderTable
type IReminderTable = interface
Public Interface IReminderTable
衍生

方法

Init()
已淘汰.

初始化這個實例。

Init(GlobalConfiguration, Logger)

用於提醒數據之基礎記憶體實作的介面:Azure 數據表、SQL、開發模擬器粒紋,以及模擬器粒紋,以及模擬。 定義為開發模擬器粒紋案例的粒紋介面。

ReadRow(GrainId, String)

讀取指定專案。

ReadRow(GrainReference, String)

用於提醒數據之基礎記憶體實作的介面:Azure 數據表、SQL、開發模擬器粒紋,以及模擬器粒紋,以及模擬。 定義為開發模擬器粒紋案例的粒紋介面。

ReadRows(GrainId)

讀取與指定粒紋相關聯的提醒數據表專案。

ReadRows(GrainReference)

用於提醒數據之基礎記憶體實作的介面:Azure 數據表、SQL、開發模擬器粒紋,以及模擬器粒紋,以及模擬。 定義為開發模擬器粒紋案例的粒紋介面。

ReadRows(UInt32, UInt32)

傳回範圍中具有其 GetUniformHashCode() 的所有數據列(開始、結束]

RemoveRow(GrainId, String, String)

從數據表中移除數據列。

RemoveRow(GrainReference, String, String)

從數據表中移除數據列。

StartAsync(CancellationToken)

初始化這個實例。

StopAsync(CancellationToken)

停止提醒數據表。

TestOnlyClearTable()

清除數據表。

UpsertRow(ReminderEntry)

向上插入指定的專案。

適用於