Click or drag to resize
MessageQueueObject Class
消息队列对象
Inheritance Hierarchy
SystemObject
  X3Platform.MessagesMessageQueueObject

Namespace: X3Platform.Messages
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class MessageQueueObject : IMessageQueueObject, 
	IDisposable

The MessageQueueObject type exposes the following members.

Constructors
  NameDescription
Public methodMessageQueueObject(String)
Initializes a new instance of the MessageQueueObject class
Public methodMessageQueueObject(String, String)
Initializes a new instance of the MessageQueueObject class
Top
Methods
  NameDescription
Public methodClose
关闭
Public methodDispose
Releases all resources used by the MessageQueueObject
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetQueueInstance
获取资源
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReceive
接收数据
Public methodSend
发送数据
Public methodStartListen
开始监听工作线程
Public methodStopListen
停止监听工作线程
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyEnabled
队列可用
Public propertyMachineName
机器名称
Public propertyQueueName
队列名称
Public propertyQueuePath
队列路径
Top
See Also