Click or drag to resize
MessageQueueObject Constructor (String, String)
Initializes a new instance of the MessageQueueObject class

Namespace: X3Platform.Messages
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public MessageQueueObject(
	string machineName,
	string queueName
)

Parameters

machineName
Type: SystemString

[Missing <param name="machineName"/> documentation for "M:X3Platform.Messages.MessageQueueObject.#ctor(System.String,System.String)"]

queueName
Type: SystemString

[Missing <param name="queueName"/> documentation for "M:X3Platform.Messages.MessageQueueObject.#ctor(System.String,System.String)"]

See Also