SubscriberWithMessageInstanceTParameter, TReturn Delegate
Delegate of a subscriber with
MessageInstance as an argument and return value.
Namespace: SecretNest.MessageBusAssembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
public delegate TReturn SubscriberWithMessageInstance<TParameter, TReturn>(
TParameter argument,
MessageInstance messageInstance
)
Public Delegate Function SubscriberWithMessageInstance(Of TParameter, TReturn) (
argument As TParameter,
messageInstance As MessageInstance
) As TReturn
- argument TParameter
- Argument.
- messageInstance MessageInstance
- The instance information of this executing.
- TParameter
- The type of the parameter.
- TReturn
- The type of the return value.
TReturnReturn value.