Table of Contents

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 object

SLProtocol, Engine, or other data sources.

dataDestination object

SLProtocol, Engine, or another data destination.

optionalReturnMessage Message

A message representing the response for the processed message.

Returns

bool

A boolean indicating if the received data is valid.