C# Class NDomain.Bus.Message

Represents an immutable generic message with support for headers, name and a payload
Mostra file Open project: mfelicio/NDomain Class Usage Examples

Public Methods

Method Description
Message ( object payload, string name, string>.Dictionary headers = null ) : System

Method Details

Message() public method

public Message ( object payload, string name, string>.Dictionary headers = null ) : System
payload object
name string
headers string>.Dictionary
return System