MessageInstanceWithReturnValueBase Constructor

Initializes an instance of MessageInstanceWithReturnValueBase.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
protected MessageInstanceWithReturnValueBase(
	Guid executingId,
	string messageName,
	Guid? returnValueSourceSubscriberId
)

Parameters

executingId  Guid
Id of this executing.
messageName  String
Name of the message.
returnValueSourceSubscriberId  NullableGuid
The source of the return value.

See Also