DynamoDBReminderTable.RemoveRow(GrainReference, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprimer une ligne de la table de rappel
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)
Paramètres
- grainRef
- GrainReference
référence de grain spécifique pour localiser la ligne
- reminderName
- String
nom remider pour localiser la ligne
- eTag
- String
e tag
Retours
Retourne true si la ligne a été supprimée