SubscriberWithMessageInstanceTParameter Delegate

Delegate of a subscriber with MessageInstance as an argument without return value.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public delegate void SubscriberWithMessageInstance<TParameter>(
	TParameter argument,
	MessageInstance messageInstance
)

Parameters

argument  TParameter
Argument.
messageInstance  MessageInstance
The instance information of this executing.

Type Parameters

TParameter
The type of the parameter.

See Also