DynamoDBReminderTable.RemoveRow(GrainReference, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從提醒資料表中移除一個資料列
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