ODataMessageReader.ReadServiceDocumentAsync 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 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.