Method TryExecute
- Namespace
- Skyline.DataMiner.Core.InterAppCalls.Common.MessageExecution
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
TryExecute(object, object, out Message)
Performs all the actions regarding the execution logic of the incoming message. And optionally returns a message the be sent back as a response message.
public abstract bool TryExecute(object dataSource, object dataDestination, out Message optionalReturnMessage)
Parameters
dataSource
objectSLProtocol, Engine, or other data sources.
dataDestination
objectSLProtocol, Engine, or another data destination.
optionalReturnMessage
MessageA message representing the response for the processed message.
Returns
- bool
A boolean indicating if the received data is valid.