IIncomingMessageHandlerPluginHandleMessages Method |
[This is preliminary documentation and is subject to change.]
The callback for the plugin to do some work with incoming messages
Namespace: Netadmin.Management.Messaging.IncomingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid HandleMessages(
IDictionary<string, Object> configuration,
long companyId,
IEnumerable<IIncomingMessage> messages
)
Sub HandleMessages (
configuration As IDictionary(Of String, Object),
companyId As Long,
messages As IEnumerable(Of IIncomingMessage)
)
Parameters
- configuration
- Type: System.Collections.GenericIDictionaryString, Object
A dictionary of name-value configuration entries - companyId
- Type: SystemInt64
[Missing <param name="companyId"/> documentation for "M:Netadmin.Management.Messaging.Incoming.IIncomingMessageHandlerPlugin.HandleMessages(System.Collections.Generic.IDictionary{System.String,System.Object},System.Int64,System.Collections.Generic.IEnumerable{Netadmin.Management.Messaging.Incoming.Dto.IIncomingMessage})"]
- messages
- Type: System.Collections.GenericIEnumerableIIncomingMessage
An IEnumerable of incoming messages that require processing
See Also