Table of Contents

Method AddMessage

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common.CallBulk
Assembly
Skyline.DataMiner.Core.InterAppCalls.Common.dll

AddMessage(params Message[])

Adds the specified messages to the collection.

public void AddMessage(params Message[] messages)

Parameters

messages Message[]

The messages to add.

Exceptions

ArgumentNullException

messages is 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.