IMessagingManagerGetMessagesToSend Method |
[This is preliminary documentation and is subject to change.]
Retrives messages waiting to be sent for a specific plugin
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<IBasicMessageToSend> GetMessagesToSend(
IMessageSenderPlugin sender,
int batchSize
)
Function GetMessagesToSend (
sender As IMessageSenderPlugin,
batchSize As Integer
) As IEnumerable(Of IBasicMessageToSend)
Parameters
- sender
- Type: Netadmin.Management.MessagingIMessageSenderPlugin
The plugin that fetches the messages (usually 'this') - batchSize
- Type: SystemInt32
How many messages to retrieve in this batch
Return Value
Type:
IEnumerableIBasicMessageToSendMessages that are waiting to be sent
See Also