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

用于查找行的重新路由名称

eTag
String

e 标记

返回

如果删除行,则返回 true

实现

适用于