ODataBatchWriter.WriteEndBatchAsync 方法
非同步結束批次。只能在呼叫 WriteStartBatch 之後以及在沒有其他使用中變更集或作業的情況下呼叫。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Function WriteEndBatchAsync As Task
'用途
Dim instance As ODataBatchWriter
Dim returnValue As Task
returnValue = instance.WriteEndBatchAsync()
public Task WriteEndBatchAsync()
public:
Task^ WriteEndBatchAsync()
member WriteEndBatchAsync : unit -> Task
public function WriteEndBatchAsync() : Task
傳回值
型別:System.Threading.Tasks.Task
表示非同步寫入作業的工作執行個體。