IEnvelopeType

PackageFCQRS
Non-generic access to a Command<_>/Event<_> payload, so a boxed message can be unwrapped to its details without knowing the concrete payload type.

Specification

Kind
Type
Members
1
Examples
0
PayloadSignature
this.Payload

Summary

NameSignatureSynopsis
Payloadthis.PayloadThe command/event details, boxed.

Payload

this.Payload
Member
The command/event details, boxed.

Returns

obj