Interface ISimpleMessageExecutor
- Namespace
- Skyline.DataMiner.Core.InterAppCalls.Common.MessageExecution
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Represents an executor for messages. Command pattern: simple Try and Execute method with optional out type reply message.
public interface ISimpleMessageExecutor : IBaseMessageExecutor
- Extension Methods
Methods
- 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.