AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Configuration.QueueConfigElement Class Reference

This class provides the structure for configuring one queue within a single messaging controller. More...

Inheritance diagram for Apac.Configuration.QueueConfigElement:

Public Member Functions

System.Xml.Schema.XmlSchema GetSchema ()
 No-op. More...
 
void ReadXml (System.Xml.XmlReader reader)
 Deserializes the object from XML. More...
 
void WriteXml (System.Xml.XmlWriter writer)
 Serializes the object to XML. More...
 

Properties

override ConfigurationPropertyCollection Properties [get]
 Gets the collection of configuration properties for this configuration element. More...
 
string Name [get, set]
 Gets or sets the name of the queue (grouping for message isolation under the running instance). More...
 
MessageConfigElements MessageConfigs [get, set]
 Gets or sets the collection of message configurations for this queue. More...
 
bool Synchronous [get, set]
 Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one. More...
 
string Description [get, set]
 Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one. More...
 

Detailed Description

This class provides the structure for configuring one queue within a single messaging controller.

Member Function Documentation

◆ GetSchema()

System.Xml.Schema.XmlSchema Apac.Configuration.QueueConfigElement.GetSchema ( )
inline

No-op.

Returns

◆ ReadXml()

void Apac.Configuration.QueueConfigElement.ReadXml ( System.Xml.XmlReader  reader)
inline

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

void Apac.Configuration.QueueConfigElement.WriteXml ( System.Xml.XmlWriter  writer)
inline

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ Description

string Apac.Configuration.QueueConfigElement.Description
getset

Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one.

◆ MessageConfigs

MessageConfigElements Apac.Configuration.QueueConfigElement.MessageConfigs
getset

Gets or sets the collection of message configurations for this queue.

◆ Name

string Apac.Configuration.QueueConfigElement.Name
getset

Gets or sets the name of the queue (grouping for message isolation under the running instance).

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.QueueConfigElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.

◆ Synchronous

bool Apac.Configuration.QueueConfigElement.Synchronous
getset

Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one.


The documentation for this class was generated from the following file: