MessageDispatchers Class
From RemObjects Software
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
| | | |
|---|---|---|
| DefaultDispatcher | MessageDispatcher |
Methods
| | |
|---|---|
| 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)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
