ODataBatchWriter.SetState(ODataBatchWriter+BatchWriterState) 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.
Définit un nouvel état d’écriture ; vérifie que la transition de l’état actuel vers le nouvel état est valide.
protected void SetState (Microsoft.OData.ODataBatchWriter.BatchWriterState newState);
member this.SetState : Microsoft.OData.ODataBatchWriter.BatchWriterState -> unit
Protected Sub SetState (newState As ODataBatchWriter.BatchWriterState)
Paramètres
- newState
- ODataBatchWriter.BatchWriterState
État de l’enregistreur dans lequel effectuer la transition.