ODataMessageReader.CreateODataEntryReaderAsync 方法

异步创建 ODataReader 以读取条目。

命名空间:  Microsoft.Data.OData
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public Function CreateODataEntryReaderAsync As Task
用法
Dim instance As ODataMessageReader
Dim returnValue As Task

returnValue = instance.CreateODataEntryReaderAsync()
public Task CreateODataEntryReaderAsync()
public:
Task^ CreateODataEntryReaderAsync()
member CreateODataEntryReaderAsync : unit -> Task 
public function CreateODataEntryReaderAsync() : Task

返回值

类型:System.Threading.Tasks.Task<TResult>
创建的读取器正在运行的任务。

请参阅

参考

ODataMessageReader 类

CreateODataEntryReaderAsync 重载

Microsoft.Data.OData 命名空间