Click or drag to resize

PublishInfoEventArgs Constructor

Initializes a new instance of the PublishInfoEventArgs class

Namespace:  Eneter.Messaging.Nodes.Broker
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public PublishInfoEventArgs(
	string publishedResponseReceiverId,
	string publishedMessageTypeId,
	Object publishedMessage,
	int publishedToSubscribers
)

Parameters

publishedResponseReceiverId
Type: SystemString

[Missing <param name="publishedResponseReceiverId"/> documentation for "M:Eneter.Messaging.Nodes.Broker.PublishInfoEventArgs.#ctor(System.String,System.String,System.Object,System.Int32)"]

publishedMessageTypeId
Type: SystemString

[Missing <param name="publishedMessageTypeId"/> documentation for "M:Eneter.Messaging.Nodes.Broker.PublishInfoEventArgs.#ctor(System.String,System.String,System.Object,System.Int32)"]

publishedMessage
Type: SystemObject

[Missing <param name="publishedMessage"/> documentation for "M:Eneter.Messaging.Nodes.Broker.PublishInfoEventArgs.#ctor(System.String,System.String,System.Object,System.Int32)"]

publishedToSubscribers
Type: SystemInt32

[Missing <param name="publishedToSubscribers"/> documentation for "M:Eneter.Messaging.Nodes.Broker.PublishInfoEventArgs.#ctor(System.String,System.String,System.Object,System.Int32)"]

See Also