MessageExecutorBaseTParameter, TReturnExecuteAndGetMessageInstance Method

Executes with the argument provided and get the return value with the instance information of this executing.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public abstract TReturn ExecuteAndGetMessageInstance(
	TParameter argument,
	out MessageInstance messageInstance
)

Parameters

argument  TParameter
Argument.
messageInstance  MessageInstance
When the method returns, contains the instance information of this executing.

Return Value

TReturn
Return value.

See Also