Click or drag to resize
IMessagingManagerGetMessagesToSend Method

[This is preliminary documentation and is subject to change.]

Retrives messages waiting to be sent for a specific plugin

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IBasicMessageToSend> GetMessagesToSend(
	IMessageSenderPlugin sender,
	int batchSize
)

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: IEnumerableIBasicMessageToSend
Messages that are waiting to be sent
See Also