ODataBatchWriter.SetState(ODataBatchWriter+BatchWriterState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a new writer state; verifies that the transition from the current state into new state is valid.
protected void SetState (Microsoft.OData.ODataBatchWriter.BatchWriterState newState);
member this.SetState : Microsoft.OData.ODataBatchWriter.BatchWriterState -> unit
Protected Sub SetState (newState As ODataBatchWriter.BatchWriterState)
Parameters
- newState
- ODataBatchWriter.BatchWriterState
The writer state to transition into.