MessageAttribute
Overview
This attribute is used to mark classes that implement a Message. The IDE's New Project Wizards evaluate this attribute to populate the list of available Message components.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: Attribute | MessageAttribute
Properties
DispatcherName
property DispatcherName: String read;
String DispatcherName { get; }
ReadOnly Property DispatcherName() As String
Instance Methods
constructor
constructor(dispatcherName: String)
MessageAttribute(String dispatcherName)
Sub New(dispatcherName As String)
Parameters:
- dispatcherName: