Method HandleMessage
- Namespace
- Skyline.DataMiner.Utils.DOM.UnitTesting
- Assembly
- Skyline.DataMiner.Utils.DOM.dll
HandleMessage(DMSMessage)
Handles a single DMS message, processing the message and returning a response.
public DMSMessage HandleMessage(DMSMessage message)
Parameters
message
DMSMessageThe DMS message to handle.
Returns
- DMSMessage
A DMS message representing the response to the input message.
Exceptions
- NotSupportedException
Thrown when the message type is not supported.