Click or drag to resize
IIncomingMessage Interface

[This is preliminary documentation and is subject to change.]

The formalized DTO for passing a message between pollers and handlers

Namespace: Netadmin.Management.Messaging.Incoming.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IIncomingMessage

The IIncomingMessage type exposes the following members.

Properties
  NameDescription
Public propertyStringBody
Public propertyGuidId
Public propertyIDictionaryTKey, TValue, T: StringMetaData
Public propertyStringRawMessage
Public propertyStringRecieverAddress
Public propertyStringRecieverName
Public propertyStringSenderAddress
Public propertyStringSenderName
Public propertyStringSubject
Top
See Also