Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the number of recipients that can receive a single multicast notification message.
Syntax
<NotificationClasses>
<NotificationClass>
...
<Protocols>
<Protocol>
<ProtocolExecutionSettings>
...
<MulticastRecipientLimit>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
Non-negative integer. |
Default value |
100. |
Occurrence |
Optional once per ProtocolExecutionSettings element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
Remarks
Notification Services will generate multiple messages if necessary so that all recipients receive a notification. For example, if 45 people should receive the notification, and the MulticastRecipientLimit value is 10, Notification Services will generate five messages, with each being sent to a subset of the recipient list.
Example
The following example shows how to specify that each multicast is limited to 10 subscribers.
<MulticastRecipientLimit>10</MulticastRecipientLimit>
See Also
Reference
Application Definition File Reference
Other Resources
Specifying the Delivery Protocol Name and Fields
Updating Instances and Applications