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.
bool TryExecute(object dataSource, object dataDestination, out Message optionalReturnMessage)Parameters
- dataSourceobject
- SLProtocol, Engine, or other data sources. 
- dataDestinationobject
- SLProtocol, Engine, or another data destination. 
- optionalReturnMessageMessage
- A message representing the response for the processed message. 
Returns
- bool
- A boolean indicating if the received data is valid.