Table of Contents

Method RemoveMessage

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

RemoveMessage(params string[])

Removes one or more messages from this collection by using the GUIDs.

public bool RemoveMessage(params string[] guids)

Parameters

guids string[]

The global unique identifiers for messages you want to remove.

Returns

bool

A boolean indicating if the removal was successful.

Exceptions

ArgumentNullException

guids is null.

ArgumentException

A GUID must not be null.