NbRestExecutorCreateRequest Method |
リクエスト生成
呼び元で引数にnullを設定しないようにすること。
Namespace: Nec.Nebula.InternalAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbRestRequest CreateRequest(
string path,
HttpMethod method
)
Public Function CreateRequest (
path As String,
method As HttpMethod
) As NbRestRequest
public:
NbRestRequest^ CreateRequest(
String^ path,
HttpMethod^ method
)
member CreateRequest :
path : string *
method : HttpMethod -> NbRestRequest
Parameters
- path
- Type: SystemString
APIパス(テナントID以降) - method
- Type: System.Net.HttpHttpMethod
HTTPメソッド
Return Value
Type:
NbRestRequestリクエスト
Exceptions Exception | Condition |
---|
InvalidOperationException | NbServiceの設定値がnull |
Version Information Core
Supported in: 1.0
See Also