Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0)

 

MessageType 枚举

为消息属性 MessageProperties.MSG_TYPE 定义常量值。

语法
Visual Basic
Public Enum MessageType
C#
public enum MessageType
成员名称
成员名称 说明

NETWORK_STATUS_NOTIFICATION

标识用于通知 QAnywhere 客户端应用程序网络状态更改的 QAnywhere 系统消息。

PUSH_NOTIFICATION

标识用于通知 QAnywhere 客户端应用程序推式通知的 QAnywhere 系统消息。

REGULAR

如果不存在任何消息类型属性,则假定消息类型为 REGULAR。