NbApiGatewayExecuteAsync Method |
APIを実行する(レスポンスがJSONObject)
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public Task<NbRestJsonResponse> ExecuteAsync(
Object body = null
)
Public Function ExecuteAsync (
Optional body As Object = Nothing
) As Task(Of NbRestJsonResponse)
public:
Task<NbRestJsonResponse^>^ ExecuteAsync(
Object^ body = nullptr
)
member ExecuteAsync :
?body : Object
(* Defaults:
let _body = defaultArg body null
*)
-> Task<NbRestJsonResponse>
Parameters
- body (Optional)
- Type: SystemObject
ボディ(NbJsonObject又はbyte[]とする)
Return Value
Type:
TaskNbRestJsonResponseTask
Exceptions Version Information Core
Supported in: 1.0
See Also