| MessagesSendTo Method (AkSession, String, String, String, String, Boolean, Boolean, Boolean) |
发送消息到接收者
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void SendTo(
AkSession sess,
string id,
string rcvType,
string msg,
string origin,
bool feedback,
bool needSave,
bool server
)
Parameters
- sess
- Type: Appkit.DataAkSession
会话 - id
- Type: SystemString
接收者标识 - rcvType
- Type: SystemString
接收者类型 - msg
- Type: SystemString
消息 - origin
- Type: SystemString
事由 - feedback
- Type: SystemBoolean
是否需要反馈 - needSave
- Type: SystemBoolean
是否需要保存 - server
- Type: SystemBoolean
是否由系统发送
See Also