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
dataSourceobjectSLProtocol, Engine, or other data sources.
dataDestinationobjectSLProtocol, Engine, or another data destination.
optionalReturnMessageMessageA message representing the response for the processed message.
Returns
- bool
A boolean indicating if the received data is valid.