Click or drag to resize
MessagesSendToRole Method
发送到角色

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void SendToRole(
	string roleId,
	string msg,
	string origin,
	bool feedback,
	bool needSave
)

Parameters

roleId
Type: SystemString
角色标识
msg
Type: SystemString
消息内容
origin
Type: SystemString
事由
feedback
Type: SystemBoolean
是否需要反馈
needSave
Type: SystemBoolean
是否需要保存
See Also