Class PublishResult
Represents the result of a publish operation. It contains the PublishOutcome and the original IMessage.
public class PublishResult
- Inheritance
-
PublishResult
- Inherited Members
Constructors
PublishResult(IMessage, PublishOutcome)
public PublishResult(IMessage message, PublishOutcome outcome)
Parameters
message
IMessageoutcome
PublishOutcome
Properties
Message
public IMessage Message { get; }
Property Value
Outcome
public PublishOutcome Outcome { get; }