ODataMessageReader.ReadPropertyAsync 方法

异步读取作为消息负载的 ODataProperty

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

语法

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

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

返回值

类型:System.Threading.Tasks.Task<TResult>
表示异步读取属性操作的任务。

请参阅

参考

ODataMessageReader 类

ReadPropertyAsync 重载

Microsoft.Data.OData 命名空间