ODataMessageReader.ReadServiceDocumentAsync Method

Definition

Asynchronously reads a service document payload.

public System.Threading.Tasks.Task<Microsoft.OData.ODataServiceDocument> ReadServiceDocumentAsync();
member this.ReadServiceDocumentAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataServiceDocument>
Public Function ReadServiceDocumentAsync () As Task(Of ODataServiceDocument)

Returns

A task representing the asynchronous operation of reading the service document.

Applies to