| SDKUtilityCheckJsonResult Method |
[This is preliminary documentation and is subject to change.]
Check Json string return from server, and convert to json token
Namespace:
Ruyi
Assembly:
SDK.BaseAsync (in SDK.BaseAsync.dll) Version: 0.9.3.3995
Syntax public static RuyiErrorMessage CheckJsonResult(
out JToken retJson,
string result,
Func<RuyiErrorMessage> fcGetErrMsg,
string moduleName,
params Object[] args
)
Parameters
- retJson
- Type: JToken
The json token parsed from result - result
- Type: SystemString
The json string from server - fcGetErrMsg
- Type: SystemFuncRuyiErrorMessage
Function used to get error message - moduleName
- Type: SystemString
The caller module name - args
- Type: SystemObject
Argument passed to the error message
Return Value
Type:
RuyiErrorMessage[Missing <returns> documentation for "M:Ruyi.SDKUtility.CheckJsonResult(Newtonsoft.Json.Linq.JToken@,System.String,System.Func{Ruyi.RuyiErrorMessage},System.String,System.Object[])"]
See Also