Click or drag to resize
IMessageQueueObject Interface
消息队列对象接口

Namespace: X3Platform.Messages
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IMessageQueueObject

The IMessageQueueObject type exposes the following members.

Methods
  NameDescription
Public methodReceive
接收数据
Public methodSend
发送数据
Top
Properties
  NameDescription
Public propertyEnabled
队列可用
Public propertyMachineName
机器名称
Public propertyQueueName
队列名称
Public propertyQueuePath
队列路径
Top
See Also