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