| MessagesDistributeTo Method (String, String, String, String, Boolean, Boolean) |
分发消息到接收者
如果接收者为角色或部分,则自动分发到用户
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void DistributeTo(
string id,
string rcvType,
string msg,
string origin,
bool feedback,
bool needSave
)
Parameters
- id
- Type: SystemString
接收者标识 - rcvType
- Type: SystemString
接收者类型 - msg
- Type: SystemString
消息 - origin
- Type: SystemString
事由 - feedback
- Type: SystemBoolean
是否需要反馈 - needSave
- Type: SystemBoolean
是否需要保存
See Also