Method Add
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Add(Message)
Adds a new message.
public void Add(Message item)
Parameters
item
MessageThe message to add.
Exceptions
- ArgumentNullException
item
is null.- ArgumentException
The provided message should not implement the IMessageExecutor interface. -or- An item with the same GUID was already added. -or- The GUID of the item is null.