ODataBatchWriter.OnInStreamError 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.
This method notifies the listener, that an in-stream error is to be written.
public abstract void OnInStreamError ();
abstract member OnInStreamError : unit -> unit
Public MustOverride Sub OnInStreamError ()
Remarks
This listener can choose to fail, if the currently written payload doesn't support in-stream error at this position. If the listener returns, the writer should not allow any more writing, since the in-stream error is the last thing in the payload.