Method HandleMessages
- Namespace
- Skyline.DataMiner.Utils.DOM.UnitTesting
- Assembly
- Skyline.DataMiner.Utils.DOM.dll
HandleMessages(DMSMessage[])
Handles an array of DMS messages, processing each message and returning an array of responses.
public DMSMessage[] HandleMessages(DMSMessage[] messages)
Parameters
messages
DMSMessage[]The array of DMS messages to handle.
Returns
- DMSMessage[]
An array of DMS messages representing the responses to the input messages.
Exceptions
- ArgumentNullException
Thrown when the input array of DMS messages is null.