Click or drag to resize
AkReturnSetResult Method (Boolean, String)
设置结果及消息。

支持链式操作。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkReturn SetResult(
	bool result,
	string msg
)

Parameters

result
Type: SystemBoolean
结果。
msg
Type: SystemString
消息。

Return Value

Type: AkReturn
当前对象。
See Also