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
guidstringThe global unique identifier representing the message.
messageMessageThe message if found; null if not found.
Returns
- bool
A boolean indicating if the message was found.
Exceptions
- ArgumentNullException
guidis null.