Click or drag to resize
NbOfflineObjectBucketTBatchAsync Method (NbBatchRequest, Boolean)
オフラインバケットに対するバッチリクエストはサポートしない。

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

Parameters

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

Return Value

Type: TaskIListNbBatchResult
バッチ応答のリスト
Exceptions
ExceptionCondition
NotSupportedException未サポート
Version Information

Offline

Supported in: 1.0
See Also