Table of Contents

Method TryGetMessage

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

TryGetMessage(string, out Message)

Gets the message associated with the specified GUID.

public bool TryGetMessage(string guid, out Message message)

Parameters

guid string

The global unique identifier representing the message.

message Message

The message if found; null if not found.

Returns

bool

A boolean indicating if the message was found.

Exceptions

ArgumentNullException

guid is null.