Click or drag to resize
NbObjectBucketBaseTBatchAsync Method
バッチリクエストを発行する。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public abstract Task<IList<NbBatchResult>> BatchAsync(
	NbBatchRequest request,
	bool softDelete = true
)

Parameters

request
Type: Nec.NebulaNbBatchRequest
リクエスト
softDelete (Optional)
Type: SystemBoolean
論理削除を行う場合は true (デフォルトは true)

Return Value

Type: TaskIListNbBatchResult
バッチ応答のリスト
Version Information

Core

Supported in: 1.0
See Also