非同步建立 ODataCollectionWriter 以寫入基本或複雜值的集合 (服務作業引動過程產生的結果)。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Function CreateODataCollectionWriterAsync As Task
'用途
Dim instance As ODataMessageWriter
Dim returnValue As Task
returnValue = instance.CreateODataCollectionWriterAsync()
public Task CreateODataCollectionWriterAsync()
public:
Task^ CreateODataCollectionWriterAsync()
member CreateODataCollectionWriterAsync : unit -> Task
public function CreateODataCollectionWriterAsync() : Task
傳回值
型別:System.Threading.Tasks.Task<TResult>
已建立之集合寫入器的執行中工作。