MessageDispatchers Class

From RemObjects Software

Jump to: navigation, search

This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

The MessageDispatchers class maintains a collection of dispatchers configured for a given server.

You will not create instances of this class yourself, but use the Dispatchers property of the server components to work with their list of dispatchers.

Namespace

Declaration (C#)

[Serializable]
[TypeConverter(typeof(RemObjects.SDK.Designtime.MessageDispatchersConverter))]
public class MessageDispatchers : ArrayList;

Hierarchy

  • ArrayList
    • RemObjects.SDK.Server.MessageDispatchers

Properties

Property
Type
Description
DefaultDispatcher MessageDispatcher


Methods

Method
Description
Add Allows you to add new dispatchers to the collection, either by passing an already created MessageDispatcher instance or by passing a name and a Message class reference.
MessageDispatchers Default constructor for MessageDispatchers.


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools