Click or drag to resize
NbApiGatewayExecuteRawAsync Method
APIを実行する(レスポンスがバイナリデータ)

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public Task<NbRestResponse> ExecuteRawAsync(
	Object body = null
)

Parameters

body (Optional)
Type: SystemObject
ボディ(NbJsonObject又はbyte[]とする)

Return Value

Type: TaskNbRestResponse
Task
Exceptions
ExceptionCondition
InvalidOperationExceptionApiNameがNULL
InvalidOperationExceptionPOST/PUT要求時にボディに対するContentTypeが未設定
ArgumentExceptionボディの型が対象外
Version Information

Core

Supported in: 1.0
See Also