MessageInstanceWithReturnValue Constructor

Initializes an instance of MessageInstanceWithReturnValue.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public MessageInstanceWithReturnValue(
	Guid executingId,
	string messageName,
	Object? returnValue,
	Guid? returnValueSourceSubscriberId
)

Parameters

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

See Also