NbOfflineObjectBucketTBatchAsync Method (NbBatchRequest, Boolean) |
オフラインバケットに対するバッチリクエストはサポートしない。
Namespace: Nec.NebulaAssembly: 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
)
Public Overridable Function BatchAsync (
request As NbBatchRequest,
Optional softDelete As Boolean = true
) As Task(Of IList(Of NbBatchResult))
public:
virtual Task<IList<NbBatchResult^>^>^ BatchAsync(
NbBatchRequest^ request,
bool softDelete = true
)
abstract BatchAsync :
request : NbBatchRequest *
?softDelete : bool
(* Defaults:
let _softDelete = defaultArg softDelete true
*)
-> Task<IList<NbBatchResult>>
override BatchAsync :
request : NbBatchRequest *
?softDelete : bool
(* Defaults:
let _softDelete = defaultArg softDelete true
*)
-> Task<IList<NbBatchResult>>
Parameters
- request
- Type: Nec.NebulaNbBatchRequest
リクエスト - softDelete (Optional)
- Type: SystemBoolean
論理削除を行う場合は true (デフォルトは true)
Return Value
Type:
TaskIListNbBatchResultバッチ応答のリスト
Exceptions Exception | Condition |
---|
NotSupportedException | 未サポート |
Version Information Offline
Supported in: 1.0
See Also