Method TryGetMessage
- 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
stringThe global unique identifier representing the message.
message
MessageThe message if found; null if not found.
Returns
- bool
A boolean indicating if the message was found.
Exceptions
- ArgumentNullException
guid
is null.