Ruyi SDK
Namespaces
Ruyi
SDKUtility Class
SDKUtility Methods
CheckJsonResult Method
Click or drag to resizeClick or drag to resize

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.Base.nf2.0 (in SDK.Base.nf2.0.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
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

Reference

SDKUtility Class
Ruyi Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com