Method AddMessage
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
AddMessage(params Message[])
Adds the specified messages to the collection.
public void AddMessage(params Message[] messages)
Parameters
messagesMessage[]The messages to add.
Exceptions
- ArgumentNullException
messagesis null.- ArgumentException
The provided message should not implement the IMessageExecutor interface. -or- An item with the same GUID was already added. -or- A message or the GUID of the message is null.