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)

 

QAMessage 接口

提供用于设置消息属性和标头字段的接口。

语法
Visual Basic
Public Interface QAMessage
C#
public interface QAMessage
注释

派生类 QABinaryMessage 和 QATextMessage 提供读写消息主体的专用方法。可以使用 QAMessage 方法设置预定义或自定义消息属性。

有关预定义属性名称的列表,请参见MessageProperties 类

有关设置消息属性和标头字段的详细信息,请参见QAnywhere 消息简介

另请参见

QAMessage 成员
Address 属性
Expiration 属性
InReplyToID 属性
MessageID 属性
Priority 属性
Redelivered 属性
ReplyToAddress 属性
Timestamp 属性
ClearBody 方法
ClearProperties 方法
GetBooleanProperty 方法
GetByteProperty 方法
GetDoubleProperty 方法
GetFloatProperty 方法
GetIntProperty 方法
GetLongProperty 方法
GetProperty 方法
GetPropertyNames 方法
GetPropertyType 方法
GetSbyteProperty 方法
GetShortProperty 方法
GetStringProperty 方法
PropertyExists 方法
SetBooleanProperty 方法
SetByteProperty 方法
SetDoubleProperty 方法
SetFloatProperty 方法
SetIntProperty 方法
SetLongProperty 方法
SetProperty 方法
SetSbyteProperty 方法
SetShortProperty 方法
SetStringProperty 方法