NbApiGatewayExecuteRawAsync Method |
APIを実行する(レスポンスがバイナリデータ)
Namespace: Nec.NebulaAssembly: 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
)
Public Function ExecuteRawAsync (
Optional body As Object = Nothing
) As Task(Of NbRestResponse)
public:
Task<NbRestResponse^>^ ExecuteRawAsync(
Object^ body = nullptr
)
member ExecuteRawAsync :
?body : Object
(* Defaults:
let _body = defaultArg body null
*)
-> Task<NbRestResponse>
Parameters
- body (Optional)
- Type: SystemObject
ボディ(NbJsonObject又はbyte[]とする)
Return Value
Type:
TaskNbRestResponseTask
Exceptions Version Information Core
Supported in: 1.0
See Also