共用方式為


DynamoDBReminderTable.RemoveRow(GrainReference, String, String) 方法

定義

從提醒資料表中移除一個資料列

public System.Threading.Tasks.Task<bool> RemoveRow (Orleans.Runtime.GrainReference grainRef, string reminderName, string eTag);
abstract member RemoveRow : Orleans.Runtime.GrainReference * string * string -> System.Threading.Tasks.Task<bool>
override this.RemoveRow : Orleans.Runtime.GrainReference * string * string -> System.Threading.Tasks.Task<bool>
Public Function RemoveRow (grainRef As GrainReference, reminderName As String, eTag As String) As Task(Of Boolean)

參數

grainRef
GrainReference

要找出資料列的特定粒紋 ref

reminderName
String

remider name to locate the row

eTag
String

e 標籤

傳回

如果移除資料列,則傳回 true

實作

適用於