ODataWriter.WriteEndAsync 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.
Asynchronously finish writing a resource set, resource, or nested resource info.
public virtual System.Threading.Tasks.Task WriteEndAsync ();
abstract member WriteEndAsync : unit -> System.Threading.Tasks.Task
override this.WriteEndAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function WriteEndAsync () As Task
Returns
A task instance that represents the asynchronous write operation.