IMobileServiceSyncTable.DeleteAsync(JObject) Méthode

Définition

Supprime une instance de la table.

public System.Threading.Tasks.Task DeleteAsync (Newtonsoft.Json.Linq.JObject instance);
abstract member DeleteAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task
Public Function DeleteAsync (instance As JObject) As Task

Paramètres

instance
Newtonsoft.Json.Linq.JObject

Instance à supprimer de la table.

Retours

Tâche qui se termine lorsque la suppression est terminée.

S’applique à