Class RoutingMessageArgs
Routing information, useful for logging purpose
Inheritance
System.Object
System.EventArgs
RoutingMessageArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public class RoutingMessageArgs : EventArgs
Constructors
| Improve this Doc View SourceRoutingMessageArgs(String, MessageType)
Declaration
public RoutingMessageArgs(string message, MessageType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
MessageType | type |
Properties
| Improve this Doc View SourceMessage
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Message type
Declaration
public MessageType Type { get; }
Property Value
Type | Description |
---|---|
MessageType |