Partager via


IMobileServiceSyncTable<T>.InsertAsync(T) Méthode

Définition

Insère une instance dans la table.

public System.Threading.Tasks.Task InsertAsync (T instance);
abstract member InsertAsync : 'T -> System.Threading.Tasks.Task
Public Function InsertAsync (instance As T) As Task

Paramètres

instance
T

Instance à insérer dans la table.

Retours

Tâche qui se termine lorsque l'insertion est terminée.

S’applique à