Partager via


ODataBatchWriter.CreateOperationResponseMessageAsync(String) Méthode

Définition

Crée de manière asynchrone un ODataBatchOperationResponseMessage pour écrire une opération d’une réponse par lot.

public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchOperationResponseMessage> CreateOperationResponseMessageAsync (string contentId);
member this.CreateOperationResponseMessageAsync : string -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchOperationResponseMessage>
Public Function CreateOperationResponseMessageAsync (contentId As String) As Task(Of ODataBatchOperationResponseMessage)

Paramètres

contentId
String

Valeur d’ID de contenu à écrire dans la tête ChangeSet.

Retours

Une tâche qui une fois remplie renvoie le nouveau message de réponse d'opération créée.

S’applique à