Class MessageEnvelope
- Inheritance
-
Message
Envelope
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MessageEnvelope(string?, IDictionary<string, object>?)
Parameters
from
stringmetadata
IDictionary<string, object>
Properties
From
Property Value
Metadata
Property Value
Methods
Create<TContent>(TContent, string?, IDictionary<string, object>?)
public static MessageEnvelope<TContent> Create<TContent>(TContent content, string? from = null, IDictionary<string, object>? metadata = null)
Parameters
content
TContentfrom
stringmetadata
IDictionary<string, object>
Returns
- Message
Envelope <TContent>
Type Parameters
TContent