Class ObserverDto
Inheritance
System.Object
ObserverDto
Implements
IObserverDto<ProtocolMessage>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.IO.Messaging.Dto
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class ObserverDto : IObserverDto<ProtocolMessage>
Constructors
| Improve this Doc View SourceObserverDto(IChannelHandlerContext, ProtocolMessage)
Declaration
public ObserverDto(IChannelHandlerContext context, ProtocolMessage message)
Parameters
Type | Name | Description |
---|---|---|
IChannelHandlerContext | context | |
ProtocolMessage | message |
Properties
| Improve this Doc View SourceContext
Declaration
public IChannelHandlerContext Context { get; }
Property Value
Type | Description |
---|---|
IChannelHandlerContext |
Payload
Declaration
public ProtocolMessage Payload { get; }
Property Value
Type | Description |
---|---|
ProtocolMessage |